// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract Token is ERC20 {
constructor(
string memory name_,
string memory symbol_,
uint256 supply_
) ERC20(name_, symbol_) {
_mint(msg.sender, supply_);
}
}[
{
"type": "constructor",
"inputs": [
{
"name": "name_",
"type": "string",
"internalType": "string"
},
{
"name": "symbol_",
"type": "string",
"internalType": "string"
},
{
"name": "supply_",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "nonpayable"
},
{
"name": "Approval",
"type": "event",
"inputs": [
{
"name": "owner",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "spender",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "value",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "Transfer",
"type": "event",
"inputs": [
{
"name": "from",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "to",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "value",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"name": "allowance",
"type": "function",
"inputs": [
{
"name": "owner",
"type": "address",
"internalType": "address"
},
{
"name": "spender",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "approve",
"type": "function",
"inputs": [
{
"name": "spender",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "nonpayable"
},
{
"name": "balanceOf",
"type": "function",
"inputs": [
{
"name": "account",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "decimals",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"name": "decreaseAllowance",
"type": "function",
"inputs": [
{
"name": "spender",
"type": "address",
"internalType": "address"
},
{
"name": "subtractedValue",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "nonpayable"
},
{
"name": "increaseAllowance",
"type": "function",
"inputs": [
{
"name": "spender",
"type": "address",
"internalType": "address"
},
{
"name": "addedValue",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "nonpayable"
},
{
"name": "name",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "string",
"internalType": "string"
}
],
"stateMutability": "view"
},
{
"name": "symbol",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "string",
"internalType": "string"
}
],
"stateMutability": "view"
},
{
"name": "totalSupply",
"type": "function",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"name": "transfer",
"type": "function",
"inputs": [
{
"name": "to",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "nonpayable"
},
{
"name": "transferFrom",
"type": "function",
"inputs": [
{
"name": "from",
"type": "address",
"internalType": "address"
},
{
"name": "to",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "nonpayable"
}
]0x608060405234801561001057600080fd5b50604051611a41380380611a4183398181016040528101906100329190610385565b828281600390816100439190610627565b5080600490816100539190610627565b505050610066338261006e60201b60201c565b505050610803565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036100dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100d490610756565b60405180910390fd5b6100ef600083836101d060201b60201c565b806002600082825461010191906107a5565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516101b291906107e8565b60405180910390a36101cc600083836101d560201b60201c565b5050565b505050565b505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610241826101f8565b810181811067ffffffffffffffff821117156102605761025f610209565b5b80604052505050565b60006102736101da565b905061027f8282610238565b919050565b600067ffffffffffffffff82111561029f5761029e610209565b5b6102a8826101f8565b9050602081019050919050565b60005b838110156102d35780820151818401526020810190506102b8565b60008484015250505050565b60006102f26102ed84610284565b610269565b90508281526020810184848401111561030e5761030d6101f3565b5b6103198482856102b5565b509392505050565b600082601f830112610336576103356101ee565b5b81516103468482602086016102df565b91505092915050565b6000819050919050565b6103628161034f565b811461036d57600080fd5b50565b60008151905061037f81610359565b92915050565b60008060006060848603121561039e5761039d6101e4565b5b600084015167ffffffffffffffff8111156103bc576103bb6101e9565b5b6103c886828701610321565b935050602084015167ffffffffffffffff8111156103e9576103e86101e9565b5b6103f586828701610321565b925050604061040686828701610370565b9150509250925092565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061046257607f821691505b6020821081036104755761047461041b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026104dd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826104a0565b6104e786836104a0565b95508019841693508086168417925050509392505050565b6000819050919050565b600061052461051f61051a8461034f565b6104ff565b61034f565b9050919050565b6000819050919050565b61053e83610509565b61055261054a8261052b565b8484546104ad565b825550505050565b600090565b61056761055a565b610572818484610535565b505050565b5b818110156105965761058b60008261055f565b600181019050610578565b5050565b601f8211156105db576105ac8161047b565b6105b584610490565b810160208510156105c4578190505b6105d86105d085610490565b830182610577565b50505b505050565b600082821c905092915050565b60006105fe600019846008026105e0565b1980831691505092915050565b600061061783836105ed565b9150826002028217905092915050565b61063082610410565b67ffffffffffffffff81111561064957610648610209565b5b610653825461044a565b61065e82828561059a565b600060209050601f831160018114610691576000841561067f578287015190505b610689858261060b565b8655506106f1565b601f19841661069f8661047b565b60005b828110156106c7578489015182556001820191506020850194506020810190506106a2565b868310156106e457848901516106e0601f8916826105ed565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000610740601f836106f9565b915061074b8261070a565b602082019050919050565b6000602082019050818103600083015261076f81610733565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006107b08261034f565b91506107bb8361034f565b92508282019050808211156107d3576107d2610776565b5b92915050565b6107e28161034f565b82525050565b60006020820190506107fd60008301846107d9565b92915050565b61122f806108126000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000033b2e3c9fd0803ce800000000000000000000000000000000000000000000000000000000000000000000104d616765206279205669727475616c730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044d41474500000000000000000000000000000000000000000000000000000000
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x9b606d…3bd671 | 12 days agoSun, 02 Aug 2026 23:51:50 UTC | Transfer | [0] 0x000000000000…66185f11 [1] 0x000000000000…aa4c7ba2 data: 0x000000000000000000…3886ee82 |
| 0xea7dc9…6b7e1c | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…ddfb72e5 |
| 0xea7dc9…6b7e1c | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xea7dc9…6b7e1c | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…ddfb72e5 |
| 0xea7dc9…6b7e1c | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…57bf275b [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…ddfb72e5 |
| 0xcb1da4…164bb4 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…5144ee55 |
| 0xcb1da4…164bb4 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xcb1da4…164bb4 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…5144ee55 |
| 0xcb1da4…164bb4 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…7bc5b955 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…5144ee55 |
| 0x3aaa56…4c0b5b | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…b8ed4a36 |
| 0x3aaa56…4c0b5b | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x3aaa56…4c0b5b | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…b8ed4a36 |
| 0x3aaa56…4c0b5b | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…c8cb52e9 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…b8ed4a36 |
| 0xe4f973…be92d8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…665f8198 |
| 0xe4f973…be92d8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xe4f973…be92d8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…665f8198 |
| 0xe4f973…be92d8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…61eeeab3 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…665f8198 |
| 0xd8e32d…663960 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…d80034b9 |
| 0xd8e32d…663960 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xd8e32d…663960 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…d80034b9 |
| 0xd8e32d…663960 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…bca5d593 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…d80034b9 |
| 0x7b73d6…3182b8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…66185f11 data: 0x000000000000000000…c2c30ac2 |
| 0x7b73d6…3182b8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x7b73d6…3182b8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…c2c30ac2 |
| 0x7b73d6…3182b8 | 14 days agoSat, 01 Aug 2026 18:56:15 UTC | Transfer | [0] 0x000000000000…e1c08e18 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…c2c30ac2 |
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| no internal transactions found for this address yet (traced blocks + on-demand) | ||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x614be1…09281d | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0x77f3…b955 | IN | Mage by Virtuals | $0.000 ETH | 0.00000055 | |
| 0xe2dbd9…4666a1 | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0x5f24…1107 | IN | Mage by Virtuals | $0.000 ETH | 0.00000055 | |
| 0x02fce8…d69c85 | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0x40b3…eab3 | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0x60d11b…13c12a | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xae1f…52e9 | IN | Mage by Virtuals | $0.000 ETH | 0.00000055 | |
| 0xf6d658…3ed681 | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xf5c4…275b | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0xc24ab3…807275 | Approve | 25,271,094 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0x5833…8d8e | IN | Mage by Virtuals | $0.000 ETH | 0.00000055 | |
| 0x78a5dc…2bb0b1 | Approve | 25,271,093 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xa31a…8e18 | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0xac7d47…767d1f | Approve | 25,271,093 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xde66…d593 | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0x9510a2…dfc5ca | Approve | 25,271,093 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0x55f3…0668 | IN | Mage by Virtuals | $0.000 ETH | 0.00000055 | |
| 0x8fbc14…14a769 | Approve | 25,271,092 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xfeb9…3b85 | IN | Mage by Virtuals | $0.000 ETH | 0.00000057 | |
| 0xda7bcf…d57877 | Approve | 25,271,092 | 14 days agoSat, 01 Aug 2026 18:56:14 UTC | 0xafd6…39ed | IN | Mage by Virtuals | $0.000 ETH | 0.00000057 | |
| 0x004c26…3c72d1 | Approve | 25,271,091 | 14 days agoSat, 01 Aug 2026 18:56:13 UTC | 0xd2d4…e80f | IN | Mage by Virtuals | $0.000 ETH | 0.00000056 | |
| 0xc571ab…70926f | Approve | 25,271,088 | 14 days agoSat, 01 Aug 2026 18:56:13 UTC | 0xa9c5…6c4d | IN | Mage by Virtuals | $0.000 ETH | 0.00000056 | |
| 0xb2f6a7…37ccfd | Approve | 25,271,085 | 14 days agoSat, 01 Aug 2026 18:56:13 UTC | 0x9e0e…b35f | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0xcb9053…d3cca0 | Approve | 25,116,987 | 14 days agoSat, 01 Aug 2026 14:38:45 UTC | 0x79fb…63eb | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0xa8d53f…272594 | Approve | 24,978,710 | 14 days agoSat, 01 Aug 2026 10:47:21 UTC | 0xe0e3…ae39 | IN | Mage by Virtuals | $0.000 ETH | 0.00000095 | |
| 0xe0a12d…1acd28 | Approve | 24,937,115 | 14 days agoSat, 01 Aug 2026 09:37:47 UTC | 0xb184…73fa | IN | Mage by Virtuals | $0.000 ETH | 0.00000096 | |
| 0x0990ee…da6c29 | Approve | 24,918,709 | 14 days agoSat, 01 Aug 2026 09:06:59 UTC | 0xa9c5…6c4d | IN | Mage by Virtuals | $0.000 ETH | 0.00000095 | |
| 0x1816a3…e3d0fc | Approve | 20,922,036 | 19 days agoMon, 27 Jul 2026 17:47:56 UTC | 0x3256…2fe7 | IN | Mage by Virtuals | $0.000 ETH | 0.00000174 | |
| 0x271659…30efcb | Approve | 20,921,464 | 19 days agoMon, 27 Jul 2026 17:46:58 UTC | 0xf65a…792c | IN | Mage by Virtuals | $0.000 ETH | 0.00000180 | |
| 0x08a8e6…9e4469 | Approve | 20,920,553 | 19 days agoMon, 27 Jul 2026 17:45:28 UTC | 0x79c0…496a | IN | Mage by Virtuals | $0.000 ETH | 0.00000191 | |
| 0x4ed882…b4e60b | Approve | 20,920,069 | 19 days agoMon, 27 Jul 2026 17:44:40 UTC | 0x28d6…3bdd | IN | Mage by Virtuals | $0.000 ETH | 0.00000173 | |
| 0x12ba7b…d33268 | Approve | 20,919,956 | 19 days agoMon, 27 Jul 2026 17:44:28 UTC | 0xaaf4…9d33 | IN | Mage by Virtuals | $0.000 ETH | 0.00000175 | |
| 0x6cf910…828a0d | Approve | 20,919,956 | 19 days agoMon, 27 Jul 2026 17:44:28 UTC | 0xda67…c482 | IN | Mage by Virtuals | $0.000 ETH | 0.00000175 | |
| 0xe84f22…eaeb73 | Approve | 20,919,336 | 19 days agoMon, 27 Jul 2026 17:43:26 UTC | 0x5f24…1107 | IN | Mage by Virtuals | $0.000 ETH | 0.00000173 |