// 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"
}
]0x608060405234801561001057600080fd5b50604051611a41380380611a4183398181016040528101906100329190610385565b828281600390816100439190610627565b5080600490816100539190610627565b505050610066338261006e60201b60201c565b505050610803565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036100dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100d490610756565b60405180910390fd5b6100ef600083836101d060201b60201c565b806002600082825461010191906107a5565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516101b291906107e8565b60405180910390a36101cc600083836101d560201b60201c565b5050565b505050565b505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610241826101f8565b810181811067ffffffffffffffff821117156102605761025f610209565b5b80604052505050565b60006102736101da565b905061027f8282610238565b919050565b600067ffffffffffffffff82111561029f5761029e610209565b5b6102a8826101f8565b9050602081019050919050565b60005b838110156102d35780820151818401526020810190506102b8565b60008484015250505050565b60006102f26102ed84610284565b610269565b90508281526020810184848401111561030e5761030d6101f3565b5b6103198482856102b5565b509392505050565b600082601f830112610336576103356101ee565b5b81516103468482602086016102df565b91505092915050565b6000819050919050565b6103628161034f565b811461036d57600080fd5b50565b60008151905061037f81610359565b92915050565b60008060006060848603121561039e5761039d6101e4565b5b600084015167ffffffffffffffff8111156103bc576103bb6101e9565b5b6103c886828701610321565b935050602084015167ffffffffffffffff8111156103e9576103e86101e9565b5b6103f586828701610321565b925050604061040686828701610370565b9150509250925092565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061046257607f821691505b6020821081036104755761047461041b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026104dd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826104a0565b6104e786836104a0565b95508019841693508086168417925050509392505050565b6000819050919050565b600061052461051f61051a8461034f565b6104ff565b61034f565b9050919050565b6000819050919050565b61053e83610509565b61055261054a8261052b565b8484546104ad565b825550505050565b600090565b61056761055a565b610572818484610535565b505050565b5b818110156105965761058b60008261055f565b600181019050610578565b5050565b601f8211156105db576105ac8161047b565b6105b584610490565b810160208510156105c4578190505b6105d86105d085610490565b830182610577565b50505b505050565b600082821c905092915050565b60006105fe600019846008026105e0565b1980831691505092915050565b600061061783836105ed565b9150826002028217905092915050565b61063082610410565b67ffffffffffffffff81111561064957610648610209565b5b610653825461044a565b61065e82828561059a565b600060209050601f831160018114610691576000841561067f578287015190505b610689858261060b565b8655506106f1565b601f19841661069f8661047b565b60005b828110156106c7578489015182556001820191506020850194506020810190506106a2565b868310156106e457848901516106e0601f8916826105ed565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000610740601f836106f9565b915061074b8261070a565b602082019050919050565b6000602082019050818103600083015261076f81610733565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006107b08261034f565b91506107bb8361034f565b92508282019050808211156107d3576107d2610776565b5b92915050565b6107e28161034f565b82525050565b60006020820190506107fd60008301846107d9565b92915050565b61122f806108126000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000001431e0fae6d7217caa0000000000000000000000000000000000000000000000000000000000000000000000e54686520426c61636b2042756c6c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005414e53454d000000000000000000000000000000000000000000000000000000
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Block | Age | Parent Transaction Hash | Type | Method | From | To | Value | |
|---|---|---|---|---|---|---|---|---|
| no internal transactions found for this address yet (traced blocks + on-demand) | ||||||||
| 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 | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0xca5fa6…66a6c0 | 35 days agoSat, 11 Jul 2026 08:58:41 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…c72c7ac6 data: 0x000000000000000000…04073aa7 |
| 0x781329…2140eb | 35 days agoSat, 11 Jul 2026 08:57:20 UTC | Transfer | [0] 0x000000000000…eb649eba [1] 0x000000000000…5b7b729d data: 0x000000000000000000…81bebb2c |
| 0x781329…2140eb | 35 days agoSat, 11 Jul 2026 08:57:20 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…eb649eba data: 0x000000000000000000…81bebb2c |
| 0x33b24a…cf2f74 | 35 days agoSat, 11 Jul 2026 08:57:15 UTC | Transfer | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…54f9e6f0 data: 0x000000000000000000…b25bf64d |
| 0x33b24a…cf2f74 | 35 days agoSat, 11 Jul 2026 08:57:15 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x33b24a…cf2f74 | 35 days agoSat, 11 Jul 2026 08:57:15 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…b25bf64d |
| 0x33b24a…cf2f74 | 35 days agoSat, 11 Jul 2026 08:57:15 UTC | Transfer | [0] 0x000000000000…e4d4b921 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…b25bf64d |
| 0x33b24a…cf2f74 | 35 days agoSat, 11 Jul 2026 08:57:15 UTC | Approval | [0] 0x000000000000…e4d4b921 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…00000000 |
| 0xc58911…2d8653 | 35 days agoSat, 11 Jul 2026 08:57:14 UTC | Approval | [0] 0x000000000000…e4d4b921 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…b25bf64d |
| 0x1c5e8f…7067d3 | 35 days agoSat, 11 Jul 2026 08:57:01 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…0e070ed8 data: 0x000000000000000000…a1bc342c |
| 0xa14a7f…933efa | 35 days agoSat, 11 Jul 2026 08:56:44 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…fc5d0f21 data: 0x000000000000000000…7e327f9a |
| 0x3045db…09f68c | 35 days agoSat, 11 Jul 2026 08:56:39 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…900aa128 data: 0x000000000000000000…24cce68b |
| 0x08fe82…5ce501 | 35 days agoSat, 11 Jul 2026 08:56:33 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…654bf926 data: 0x000000000000000000…9ae2d03f |
| 0xb27573…0dd54e | 35 days agoSat, 11 Jul 2026 08:56:23 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…13470ded data: 0x000000000000000000…22c2cc78 |
| 0x63e275…c7bdcc | 35 days agoSat, 11 Jul 2026 08:56:13 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…a95763d0 data: 0x000000000000000000…3acd02dd |
| 0x70bda8…2ba861 | 35 days agoSat, 11 Jul 2026 08:56:06 UTC | Transfer | [0] 0x000000000000…54f9e6f0 [1] 0x000000000000…8bf4d1e4 data: 0x000000000000000000…1efa04bf |
| 0xe7a3e2…a32774 | 35 days agoSat, 11 Jul 2026 08:55:58 UTC | Transfer | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…54f9e6f0 data: 0x000000000000000000…7c1e17cf |
| 0xe7a3e2…a32774 | 35 days agoSat, 11 Jul 2026 08:55:58 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xe7a3e2…a32774 | 35 days agoSat, 11 Jul 2026 08:55:58 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…7c1e17cf |
| 0xe7a3e2…a32774 | 35 days agoSat, 11 Jul 2026 08:55:58 UTC | Transfer | [0] 0x000000000000…861c4e63 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…7c1e17cf |
| 0xe7a3e2…a32774 | 35 days agoSat, 11 Jul 2026 08:55:58 UTC | Approval | [0] 0x000000000000…861c4e63 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…00000000 |
| 0x91bacb…9a48ce | 35 days agoSat, 11 Jul 2026 08:55:57 UTC | Approval | [0] 0x000000000000…861c4e63 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…7c1e17cf |
| 0x346fe4…ad2746 | 35 days agoSat, 11 Jul 2026 08:55:48 UTC | Transfer | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…54f9e6f0 data: 0x000000000000000000…7cddc264 |
| 0x346fe4…ad2746 | 35 days agoSat, 11 Jul 2026 08:55:48 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x346fe4…ad2746 | 35 days agoSat, 11 Jul 2026 08:55:48 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…7cddc264 |
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xc58911…2d8653 | Approve | 6,816,312 | 35 days agoSat, 11 Jul 2026 08:57:14 UTC | 0xff5a…b921 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x91bacb…9a48ce | Approve | 6,815,553 | 35 days agoSat, 11 Jul 2026 08:55:57 UTC | 0x4f60…4e63 | IN | The Black Bull | $0.000 ETH | 0.00000270 | |
| 0x8aa0f8…aac6c4 | Approve | 6,815,448 | 35 days agoSat, 11 Jul 2026 08:55:47 UTC | 0x89d0…66d4 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x71080e…68391d | Approve | 6,815,363 | 35 days agoSat, 11 Jul 2026 08:55:38 UTC | 0x5630…11ab | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0x536a2a…ba5659 | Approve | 6,815,213 | 35 days agoSat, 11 Jul 2026 08:55:23 UTC | 0x87ff…f926 | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0x5b27b4…62fed0 | Approve | 6,815,192 | 35 days agoSat, 11 Jul 2026 08:55:21 UTC | 0x0df3…8d52 | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0x1a786b…72688b | Approve | 6,815,033 | 35 days agoSat, 11 Jul 2026 08:55:05 UTC | 0x69c6…44c6 | IN | The Black Bull | $0.000 ETH | 0.00000268 | |
| 0xcc2dc4…124ab9 | Approve | 6,814,430 | 35 days agoSat, 11 Jul 2026 08:54:06 UTC | 0x0f02…2682 | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0xae43ab…e86cec | Approve | 6,814,327 | 35 days agoSat, 11 Jul 2026 08:53:56 UTC | 0x77cc…9cf2 | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0xb6f6b2…0ae096 | Approve | 6,814,234 | 35 days agoSat, 11 Jul 2026 08:53:47 UTC | 0x8177…64e2 | IN | The Black Bull | $0.000 ETH | 0.00000265 | |
| 0x9adf4b…e4ff3f | Approve | 6,814,216 | 35 days agoSat, 11 Jul 2026 08:53:45 UTC | 0x4a10…028d | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0x9d982a…153bd2 | Approve | 6,814,205 | 35 days agoSat, 11 Jul 2026 08:53:44 UTC | 0xff5a…b921 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0xdde979…19b69c | Approve | 6,814,195 | 35 days agoSat, 11 Jul 2026 08:53:43 UTC | 0xa6a0…f8eb | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x708b06…0f44bf | Approve | 6,814,183 | 35 days agoSat, 11 Jul 2026 08:53:42 UTC | 0x87ff…f926 | IN | The Black Bull | $0.000 ETH | 0.00000265 | |
| 0xab52d4…b8b418 | Approve | 6,814,158 | 35 days agoSat, 11 Jul 2026 08:53:39 UTC | 0x0df3…8d52 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x938a94…54e26c | Approve | 6,813,723 | 35 days agoSat, 11 Jul 2026 08:52:55 UTC | 0x7ead…da21 | IN | The Black Bull | $0.000 ETH | 0.00000271 | |
| 0x55655e…612826 | Approve | 6,813,214 | 35 days agoSat, 11 Jul 2026 08:52:04 UTC | 0xb3c9…a935 | IN | The Black Bull | $0.000 ETH | 0.00000270 | |
| 0x6636ef…612f3a | Approve | 6,812,988 | 35 days agoSat, 11 Jul 2026 08:51:41 UTC | 0x75d1…f474 | IN | The Black Bull | $0.000 ETH | 0.00000270 | |
| 0xae2125…b9854a | Approve | 6,812,670 | 35 days agoSat, 11 Jul 2026 08:51:10 UTC | 0x7ead…da21 | IN | The Black Bull | $0.000 ETH | 0.00000272 | |
| 0x3513c3…340d20 | Approve | 6,812,564 | 35 days agoSat, 11 Jul 2026 08:50:59 UTC | 0xa6a0…f8eb | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x0f1a60…0ea736 | Approve | 6,812,356 | 35 days agoSat, 11 Jul 2026 08:50:38 UTC | 0x7d53…d1e4 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x5b5536…81dd75 | Approve | 6,811,837 | 35 days agoSat, 11 Jul 2026 08:49:46 UTC | 0x2960…d2e1 | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0x3c2bf3…f5968b | Approve | 6,811,770 | 35 days agoSat, 11 Jul 2026 08:49:39 UTC | 0xaceb…00c4 | IN | The Black Bull | $0.000 ETH | 0.00000267 | |
| 0x458507…4803f2 | Approve | 6,811,687 | 35 days agoSat, 11 Jul 2026 08:49:31 UTC | 0x88aa…5bfe | IN | The Black Bull | $0.000 ETH | 0.00000266 | |
| 0xd67af4…344019 | Approve | 6,811,343 | 35 days agoSat, 11 Jul 2026 08:48:56 UTC | 0x88aa…5bfe | IN | The Black Bull | $0.000 ETH | 0.00000266 |