// 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"
}
]0x608060405234801561001057600080fd5b50604051611a41380380611a4183398181016040528101906100329190610385565b828281600390816100439190610627565b5080600490816100539190610627565b505050610066338261006e60201b60201c565b505050610803565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036100dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100d490610756565b60405180910390fd5b6100ef600083836101d060201b60201c565b806002600082825461010191906107a5565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516101b291906107e8565b60405180910390a36101cc600083836101d560201b60201c565b5050565b505050565b505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610241826101f8565b810181811067ffffffffffffffff821117156102605761025f610209565b5b80604052505050565b60006102736101da565b905061027f8282610238565b919050565b600067ffffffffffffffff82111561029f5761029e610209565b5b6102a8826101f8565b9050602081019050919050565b60005b838110156102d35780820151818401526020810190506102b8565b60008484015250505050565b60006102f26102ed84610284565b610269565b90508281526020810184848401111561030e5761030d6101f3565b5b6103198482856102b5565b509392505050565b600082601f830112610336576103356101ee565b5b81516103468482602086016102df565b91505092915050565b6000819050919050565b6103628161034f565b811461036d57600080fd5b50565b60008151905061037f81610359565b92915050565b60008060006060848603121561039e5761039d6101e4565b5b600084015167ffffffffffffffff8111156103bc576103bb6101e9565b5b6103c886828701610321565b935050602084015167ffffffffffffffff8111156103e9576103e86101e9565b5b6103f586828701610321565b925050604061040686828701610370565b9150509250925092565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061046257607f821691505b6020821081036104755761047461041b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026104dd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826104a0565b6104e786836104a0565b95508019841693508086168417925050509392505050565b6000819050919050565b600061052461051f61051a8461034f565b6104ff565b61034f565b9050919050565b6000819050919050565b61053e83610509565b61055261054a8261052b565b8484546104ad565b825550505050565b600090565b61056761055a565b610572818484610535565b505050565b5b818110156105965761058b60008261055f565b600181019050610578565b5050565b601f8211156105db576105ac8161047b565b6105b584610490565b810160208510156105c4578190505b6105d86105d085610490565b830182610577565b50505b505050565b600082821c905092915050565b60006105fe600019846008026105e0565b1980831691505092915050565b600061061783836105ed565b9150826002028217905092915050565b61063082610410565b67ffffffffffffffff81111561064957610648610209565b5b610653825461044a565b61065e82828561059a565b600060209050601f831160018114610691576000841561067f578287015190505b610689858261060b565b8655506106f1565b601f19841661069f8661047b565b60005b828110156106c7578489015182556001820191506020850194506020810190506106a2565b868310156106e457848901516106e0601f8916826105ed565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000610740601f836106f9565b915061074b8261070a565b602082019050919050565b6000602082019050818103600083015261076f81610733565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006107b08261034f565b91506107bb8361034f565b92508282019050808211156107d3576107d2610776565b5b92915050565b6107e28161034f565b82525050565b60006020820190506107fd60008301846107d9565b92915050565b61122f806108126000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000001431e0fae6d7217caa000000000000000000000000000000000000000000000000000000000000000000000094c494d45475245454e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000094c494d45475245454e0000000000000000000000000000000000000000000000
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| no token holdings | ||||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0x18faff…9faeef | 35 days agoSat, 11 Jul 2026 12:11:32 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…c72c7ac6 data: 0x000000000000000000…a80f0983 |
| 0xc0c24c…b882dc | 35 days agoSat, 11 Jul 2026 12:09:26 UTC | Transfer | [0] 0x000000000000…273eab7f [1] 0x000000000000…9f71c3ae data: 0x000000000000000000…a297dadf |
| 0xc0c24c…b882dc | 35 days agoSat, 11 Jul 2026 12:09:26 UTC | Transfer | [0] 0x000000000000…273eab7f [1] 0x000000000000…e622fd7a data: 0x000000000000000000…cd5c198a |
| 0xc0c24c…b882dc | 35 days agoSat, 11 Jul 2026 12:09:26 UTC | Approval | [0] 0x000000000000…273eab7f [1] 0x000000000000…72c22734 data: 0xffffffffffffffffff…ffffffff |
| 0xc0c24c…b882dc | 35 days agoSat, 11 Jul 2026 12:09:26 UTC | Transfer | [0] 0x000000000000…f62a8e82 [1] 0x000000000000…273eab7f data: 0x000000000000000000…6ff3f469 |
| 0xdfb21e…2247c6 | 35 days agoSat, 11 Jul 2026 12:09:24 UTC | Approval | [0] 0x000000000000…f62a8e82 [1] 0x000000000000…e35fd727 data: 0xffffffffffffffffff…ffffffff |
| 0x96fb05…752370 | 35 days agoSat, 11 Jul 2026 12:05:57 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…c72c7ac6 data: 0x000000000000000000…0505f5d7 |
| 0x7df3d6…a6b208 | 35 days agoSat, 11 Jul 2026 12:04:17 UTC | Transfer | [0] 0x000000000000…eb649eba [1] 0x000000000000…854b1ed8 data: 0x000000000000000000…146c1902 |
| 0x7df3d6…a6b208 | 35 days agoSat, 11 Jul 2026 12:04:17 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…eb649eba data: 0x000000000000000000…146c1902 |
| 0x6c99bf…5a9605 | 35 days agoSat, 11 Jul 2026 12:04:05 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…f3c7b9e1 data: 0x000000000000000000…01236f86 |
| 0xfb712f…7cf160 | 35 days agoSat, 11 Jul 2026 12:03:54 UTC | Transfer | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…9f71c3ae data: 0x000000000000000000…db14286d |
| 0xfb712f…7cf160 | 35 days agoSat, 11 Jul 2026 12:03:54 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xfb712f…7cf160 | 35 days agoSat, 11 Jul 2026 12:03:54 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…db14286d |
| 0xfb712f…7cf160 | 35 days agoSat, 11 Jul 2026 12:03:54 UTC | Transfer | [0] 0x000000000000…463f2888 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…db14286d |
| 0xfb712f…7cf160 | 35 days agoSat, 11 Jul 2026 12:03:54 UTC | Approval | [0] 0x000000000000…463f2888 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…00000000 |
| 0xda88db…af9de0 | 35 days agoSat, 11 Jul 2026 12:03:52 UTC | Approval | [0] 0x000000000000…463f2888 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…db14286d |
| 0xae8c62…73fb44 | 35 days agoSat, 11 Jul 2026 12:03:43 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…a450a8ca data: 0x000000000000000000…f4250e24 |
| 0x5da17a…ca0c8e | 35 days agoSat, 11 Jul 2026 12:03:32 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…4b7f1039 data: 0x000000000000000000…7a3a9b33 |
| 0x47ba95…12c40a | 35 days agoSat, 11 Jul 2026 12:03:21 UTC | Transfer | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…9f71c3ae data: 0x000000000000000000…01be9061 |
| 0x47ba95…12c40a | 35 days agoSat, 11 Jul 2026 12:03:21 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x47ba95…12c40a | 35 days agoSat, 11 Jul 2026 12:03:21 UTC | Approval | [0] 0x000000000000…4cc6cb27 [1] 0x000000000000…eb649eba data: 0x000000000000000000…01be9061 |
| 0x47ba95…12c40a | 35 days agoSat, 11 Jul 2026 12:03:21 UTC | Transfer | [0] 0x000000000000…0e070ed8 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…01be9061 |
| 0x47ba95…12c40a | 35 days agoSat, 11 Jul 2026 12:03:21 UTC | Approval | [0] 0x000000000000…0e070ed8 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…00000000 |
| 0x09d88f…a21ee3 | 35 days agoSat, 11 Jul 2026 12:03:20 UTC | Approval | [0] 0x000000000000…0e070ed8 [1] 0x000000000000…4cc6cb27 data: 0x000000000000000000…01be9061 |
| 0xb71573…a51877 | 35 days agoSat, 11 Jul 2026 12:03:13 UTC | Transfer | [0] 0x000000000000…9f71c3ae [1] 0x000000000000…8198a1ab data: 0x000000000000000000…5a016aea |
| 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 | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| no token transfers for this address yet | |||||||||
| Transaction Hash | Method ? | Block | Age | From | To | Amount | Txn Fee ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0xdfb21e…2247c6 | Approve | 6,931,407 | 35 days agoSat, 11 Jul 2026 12:09:24 UTC | 0x5d98…8e82 | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0xda88db…af9de0 | Approve | 6,928,100 | 35 days agoSat, 11 Jul 2026 12:03:52 UTC | 0xdc54…2888 | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0x09d88f…a21ee3 | Approve | 6,927,775 | 35 days agoSat, 11 Jul 2026 12:03:20 UTC | 0x27db…0ed8 | IN | LIMEGREEN | $0.000 ETH | 0.00000268 | |
| 0xbffbf1…611648 | Approve | 6,927,581 | 35 days agoSat, 11 Jul 2026 12:03:00 UTC | 0x905e…d272 | IN | LIMEGREEN | $0.000 ETH | 0.00000266 | |
| 0x88f7b9…1cfaf4 | Approve | 6,927,445 | 35 days agoSat, 11 Jul 2026 12:02:47 UTC | 0x8ee1…32d2 | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0x6a6b0a…3892bc | Approve | 6,926,611 | 35 days agoSat, 11 Jul 2026 12:01:23 UTC | 0x269b…549e | IN | LIMEGREEN | $0.000 ETH | 0.00000265 | |
| 0x4a80ba…0a9507 | Approve | 6,925,845 | 35 days agoSat, 11 Jul 2026 12:00:07 UTC | 0xa4dc…214e | IN | LIMEGREEN | $0.000 ETH | 0.00000268 | |
| 0xaf1ef1…00f5c9 | Approve | 6,925,762 | 35 days agoSat, 11 Jul 2026 11:59:58 UTC | 0xa6a0…f8eb | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0xa3812b…11205f | Approve | 6,925,679 | 35 days agoSat, 11 Jul 2026 11:59:50 UTC | 0x95ff…b1ae | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0x85f3ee…c2a4a9 | Approve | 6,924,736 | 35 days agoSat, 11 Jul 2026 11:58:15 UTC | 0x6aed…9e58 | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0xcc4b32…819b8a | Approve | 6,924,734 | 35 days agoSat, 11 Jul 2026 11:58:15 UTC | 0xfb85…8edb | IN | LIMEGREEN | $0.000 ETH | 0.00000268 | |
| 0x56f49f…dac0e1 | Approve | 6,923,171 | 35 days agoSat, 11 Jul 2026 11:55:38 UTC | 0x0450…4fc0 | IN | LIMEGREEN | $0.000 ETH | 0.00000266 | |
| 0x022fed…72bb60 | Approve | 6,922,985 | 35 days agoSat, 11 Jul 2026 11:55:19 UTC | 0xb3c9…a935 | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0xb19ea1…d79003 | Approve | 6,922,553 | 35 days agoSat, 11 Jul 2026 11:54:36 UTC | 0xbd03…0f21 | IN | LIMEGREEN | $0.000 ETH | 0.00000269 | |
| 0xb85d6a…e55312 | Approve | 6,922,420 | 35 days agoSat, 11 Jul 2026 11:54:22 UTC | 0x5e83…07a8 | IN | LIMEGREEN | $0.000 ETH | 0.00000268 | |
| 0x42c29b…53b21d | Approve | 6,922,134 | 35 days agoSat, 11 Jul 2026 11:53:54 UTC | 0x1e14…180a | IN | LIMEGREEN | $0.000 ETH | 0.00000266 | |
| 0x692ed3…f7a426 | Approve | 6,921,216 | 35 days agoSat, 11 Jul 2026 11:52:22 UTC | 0xfd7c…0ded | IN | LIMEGREEN | $0.000 ETH | 0.00000267 | |
| 0xe7ca66…35feab | Approve | 6,920,437 | 35 days agoSat, 11 Jul 2026 11:51:04 UTC | 0x1d4f…1ed8 | IN | LIMEGREEN | $0.000 ETH | 0.00000266 |