// 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"
}
]0x608060405234801561001057600080fd5b50604051611a41380380611a4183398181016040528101906100329190610385565b828281600390816100439190610627565b5080600490816100539190610627565b505050610066338261006e60201b60201c565b505050610803565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036100dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100d490610756565b60405180910390fd5b6100ef600083836101d060201b60201c565b806002600082825461010191906107a5565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516101b291906107e8565b60405180910390a36101cc600083836101d560201b60201c565b5050565b505050565b505050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610241826101f8565b810181811067ffffffffffffffff821117156102605761025f610209565b5b80604052505050565b60006102736101da565b905061027f8282610238565b919050565b600067ffffffffffffffff82111561029f5761029e610209565b5b6102a8826101f8565b9050602081019050919050565b60005b838110156102d35780820151818401526020810190506102b8565b60008484015250505050565b60006102f26102ed84610284565b610269565b90508281526020810184848401111561030e5761030d6101f3565b5b6103198482856102b5565b509392505050565b600082601f830112610336576103356101ee565b5b81516103468482602086016102df565b91505092915050565b6000819050919050565b6103628161034f565b811461036d57600080fd5b50565b60008151905061037f81610359565b92915050565b60008060006060848603121561039e5761039d6101e4565b5b600084015167ffffffffffffffff8111156103bc576103bb6101e9565b5b6103c886828701610321565b935050602084015167ffffffffffffffff8111156103e9576103e86101e9565b5b6103f586828701610321565b925050604061040686828701610370565b9150509250925092565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061046257607f821691505b6020821081036104755761047461041b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026104dd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826104a0565b6104e786836104a0565b95508019841693508086168417925050509392505050565b6000819050919050565b600061052461051f61051a8461034f565b6104ff565b61034f565b9050919050565b6000819050919050565b61053e83610509565b61055261054a8261052b565b8484546104ad565b825550505050565b600090565b61056761055a565b610572818484610535565b505050565b5b818110156105965761058b60008261055f565b600181019050610578565b5050565b601f8211156105db576105ac8161047b565b6105b584610490565b810160208510156105c4578190505b6105d86105d085610490565b830182610577565b50505b505050565b600082821c905092915050565b60006105fe600019846008026105e0565b1980831691505092915050565b600061061783836105ed565b9150826002028217905092915050565b61063082610410565b67ffffffffffffffff81111561064957610648610209565b5b610653825461044a565b61065e82828561059a565b600060209050601f831160018114610691576000841561067f578287015190505b610689858261060b565b8655506106f1565b601f19841661069f8661047b565b60005b828110156106c7578489015182556001820191506020850194506020810190506106a2565b868310156106e457848901516106e0601f8916826105ed565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000610740601f836106f9565b915061074b8261070a565b602082019050919050565b6000602082019050818103600083015261076f81610733565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006107b08261034f565b91506107bb8361034f565b92508282019050808211156107d3576107d2610776565b5b92915050565b6107e28161034f565b82525050565b60006020820190506107fd60008301846107d9565b92915050565b61122f806108126000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000001431e0fae6d7217caa0000000000000000000000000000000000000000000000000000000000000000000000873706378636f696e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000047370637800000000000000000000000000000000000000000000000000000000
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea2646970667358221220ac5db308e82e57be6646469ec8c197d321d86d0c13125370469a52973f33687564736f6c634300081a0033
| Token | Symbol | Balance | Price | Value |
|---|---|---|---|---|
| DIH | 1 | $0.0000102 | $0 |
| Type | Age | Block | Details |
|---|---|---|---|
| no cross-chain L1↔L2 transactions for this address | |||
| Transaction Hash | Method | Block | Age | From | To | Type | Item | ||
|---|---|---|---|---|---|---|---|---|---|
| no NFT transfers for this address yet | |||||||||
| Txn Hash | Age | Event | Topics / Data |
|---|---|---|---|
| 0xf081d9…9d7318 | 25 days agoThu, 23 Jul 2026 07:49:48 UTC | Transfer | [0] 0x000000000000…eb649eba [1] 0x000000000000…0679ed42 data: 0x000000000000000000…6119b5e7 |
| 0xf081d9…9d7318 | 25 days agoThu, 23 Jul 2026 07:49:48 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…eb649eba data: 0x000000000000000000…6119b5e7 |
| 0xcdacf9…9281f9 | 25 days agoThu, 23 Jul 2026 07:49:41 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…81b3cb20 data: 0x000000000000000000…4a333edf |
| 0xcdacf9…9281f9 | 25 days agoThu, 23 Jul 2026 07:49:41 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xcdacf9…9281f9 | 25 days agoThu, 23 Jul 2026 07:49:41 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…4a333edf |
| 0xcdacf9…9281f9 | 25 days agoThu, 23 Jul 2026 07:49:41 UTC | Transfer | [0] 0x000000000000…bd77a6d9 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…4a333edf |
| 0x1ba671…8f033a | 25 days agoThu, 23 Jul 2026 07:49:40 UTC | Approval | [0] 0x000000000000…bd77a6d9 [1] 0x000000000000…59e7d8ef data: 0xffffffffffffffffff…ffffffff |
| 0xe58933…efd0de | 25 days agoThu, 23 Jul 2026 07:49:35 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…f36b1b00 data: 0x000000000000000000…880a228c |
| 0xcfc6e7…3de6e8 | 25 days agoThu, 23 Jul 2026 07:49:29 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…eb424abc data: 0x000000000000000000…cca24047 |
| 0x2b73c2…f9ddec | 25 days agoThu, 23 Jul 2026 07:49:23 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…2c9fe52f data: 0x000000000000000000…8d7a215b |
| 0x1e958e…da608e | 25 days agoThu, 23 Jul 2026 07:49:13 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…b1b7d258 data: 0x000000000000000000…38937edc |
| 0x431043…8546f5 | 25 days agoThu, 23 Jul 2026 07:49:05 UTC | Transfer | [0] 0x000000000000…81b3cb20 [1] 0x000000000000…fefda296 data: 0x000000000000000000…1f9c1373 |
| 0x2b0608…8b7a7d | 25 days agoThu, 23 Jul 2026 07:48:56 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…81b3cb20 data: 0x000000000000000000…8a766fd5 |
| 0x2b0608…8b7a7d | 25 days agoThu, 23 Jul 2026 07:48:56 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x2b0608…8b7a7d | 25 days agoThu, 23 Jul 2026 07:48:56 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…8a766fd5 |
| 0x2b0608…8b7a7d | 25 days agoThu, 23 Jul 2026 07:48:56 UTC | Transfer | [0] 0x000000000000…67fd3881 [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…8a766fd5 |
| 0x62542f…f0cc40 | 25 days agoThu, 23 Jul 2026 07:48:55 UTC | Approval | [0] 0x000000000000…67fd3881 [1] 0x000000000000…59e7d8ef data: 0xffffffffffffffffff…ffffffff |
| 0xc65066…1a0776 | 25 days agoThu, 23 Jul 2026 07:48:52 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…81b3cb20 data: 0x000000000000000000…d5924d52 |
| 0xc65066…1a0776 | 25 days agoThu, 23 Jul 2026 07:48:52 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0xc65066…1a0776 | 25 days agoThu, 23 Jul 2026 07:48:52 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…d5924d52 |
| 0xc65066…1a0776 | 25 days agoThu, 23 Jul 2026 07:48:52 UTC | Transfer | [0] 0x000000000000…7a00b4af [1] 0x000000000000…59e7d8ef data: 0x000000000000000000…d5924d52 |
| 0x5f4b68…2df9cd | 25 days agoThu, 23 Jul 2026 07:48:51 UTC | Approval | [0] 0x000000000000…7a00b4af [1] 0x000000000000…59e7d8ef data: 0xffffffffffffffffff…ffffffff |
| 0x1a91fa…0babe3 | 25 days agoThu, 23 Jul 2026 07:48:51 UTC | Transfer | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…81b3cb20 data: 0x000000000000000000…e9eb1bd7 |
| 0x1a91fa…0babe3 | 25 days agoThu, 23 Jul 2026 07:48:51 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…00000000 |
| 0x1a91fa…0babe3 | 25 days agoThu, 23 Jul 2026 07:48:51 UTC | Approval | [0] 0x000000000000…59e7d8ef [1] 0x000000000000…eb649eba data: 0x000000000000000000…e9eb1bd7 |
| 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 ? | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x1ba671…8f033a | Approve | 17,120,656 | 25 days agoThu, 23 Jul 2026 07:49:40 UTC | 0x4021…a6d9 | IN | spcxcoin | $0.000 ETH | 0.00000486 | |
| 0x62542f…f0cc40 | Approve | 17,120,207 | 25 days agoThu, 23 Jul 2026 07:48:55 UTC | 0x7c01…3881 | IN | spcxcoin | $0.000 ETH | 0.00000484 | |
| 0x5f4b68…2df9cd | Approve | 17,120,172 | 25 days agoThu, 23 Jul 2026 07:48:51 UTC | 0xc8e2…b4af | IN | spcxcoin | $0.000 ETH | 0.00000486 | |
| 0x4bd1a0…42ebf1 | Approve | 17,120,157 | 25 days agoThu, 23 Jul 2026 07:48:50 UTC | 0x7dc4…24b8 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xa1136c…be862a | Approve | 17,120,136 | 25 days agoThu, 23 Jul 2026 07:48:48 UTC | 0xab7a…aaf3 | IN | spcxcoin | $0.000 ETH | 0.00000484 | |
| 0xc8cabe…98088c | Approve | 17,120,112 | 25 days agoThu, 23 Jul 2026 07:48:45 UTC | 0xaf35…0b49 | IN | spcxcoin | $0.000 ETH | 0.00000486 | |
| 0x971373…a594d1 | Approve | 17,120,058 | 25 days agoThu, 23 Jul 2026 07:48:40 UTC | 0x9584…f807 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0x79c283…71a033 | Approve | 17,119,715 | 25 days agoThu, 23 Jul 2026 07:48:05 UTC | 0xb69b…7bb9 | IN | spcxcoin | $0.000 ETH | 0.00000499 | |
| 0xb89b98…b35938 | Approve | 17,119,650 | 25 days agoThu, 23 Jul 2026 07:47:59 UTC | 0xda1c…a4d4 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xf7a6fb…437516 | Approve | 17,119,385 | 25 days agoThu, 23 Jul 2026 07:47:32 UTC | 0x7fd1…2499 | IN | spcxcoin | $0.000 ETH | 0.00000486 | |
| 0xa84985…a30756 | Approve | 17,119,384 | 25 days agoThu, 23 Jul 2026 07:47:32 UTC | 0x159b…d434 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xdbdb5c…1b17a5 | Approve | 17,119,381 | 25 days agoThu, 23 Jul 2026 07:47:32 UTC | 0x0d62…bb95 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xa722d7…78cefc | Approve | 17,119,270 | 25 days agoThu, 23 Jul 2026 07:47:21 UTC | 0xedc7…c843 | IN | spcxcoin | $0.000 ETH | 0.00000490 | |
| 0x7b3add…859bb4 | Approve | 17,119,121 | 25 days agoThu, 23 Jul 2026 07:47:06 UTC | 0x78e9…fbcc | IN | spcxcoin | $0.000 ETH | 0.00000484 | |
| 0x0ca5a7…440575 | Approve | 17,119,083 | 25 days agoThu, 23 Jul 2026 07:47:02 UTC | 0x08e0…67da | IN | spcxcoin | $0.000 ETH | 0.00000484 | |
| 0xb420f8…fd84ce | Approve | 17,119,072 | 25 days agoThu, 23 Jul 2026 07:47:01 UTC | 0xf0ea…22ff | IN | spcxcoin | $0.000 ETH | 0.00000484 | |
| 0x6bb57d…80e143 | Approve | 17,119,044 | 25 days agoThu, 23 Jul 2026 07:46:58 UTC | 0x0952…ac93 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0x6eb0d7…86feb0 | Approve | 17,119,028 | 25 days agoThu, 23 Jul 2026 07:46:56 UTC | 0x8b89…c8ab | IN | spcxcoin | $0.000 ETH | 0.00000489 | |
| 0x769938…1f798f | Approve | 17,118,871 | 25 days agoThu, 23 Jul 2026 07:46:40 UTC | 0xfd29…1a95 | IN | spcxcoin | $0.000 ETH | 0.00000492 | |
| 0xeb5bd8…a5a272 | Approve | 17,118,822 | 25 days agoThu, 23 Jul 2026 07:46:36 UTC | 0xddc4…878e | IN | spcxcoin | $0.000 ETH | 0.00000490 | |
| 0x01a103…a54a8c | Approve | 17,118,575 | 25 days agoThu, 23 Jul 2026 07:46:11 UTC | 0x20b2…0c73 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0x7fde66…fe8c44 | Approve | 17,118,522 | 25 days agoThu, 23 Jul 2026 07:46:05 UTC | 0xb9e5…ded4 | IN | spcxcoin | $0.000 ETH | 0.00000489 | |
| 0xf078d6…b149bd | Approve | 17,118,357 | 25 days agoThu, 23 Jul 2026 07:45:49 UTC | 0xa1e6…2ec9 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xebe867…c39622 | Approve | 17,118,199 | 25 days agoThu, 23 Jul 2026 07:45:33 UTC | 0xdb58…5191 | IN | spcxcoin | $0.000 ETH | 0.00000485 | |
| 0xaaec13…4c0822 | Approve | 17,118,194 | 25 days agoThu, 23 Jul 2026 07:45:32 UTC | 0xc578…195d | IN | spcxcoin | $0.000 ETH | 0.00000488 |
| Transaction Hash | Method | Block | Age | From | To | Amount | Token | ||
|---|---|---|---|---|---|---|---|---|---|
| 0x918dc4d7…1a54fa | Transfer | 17,317,883 | 25 days agoThu, 23 Jul 2026 13:19:19 UTC | 0xcaf7…5d11 | IN | 0x16c4…11ba | $0.001 DIH |
| Rank | Holder | Balance | Percentage | USD Value |
|---|---|---|---|---|
| 1 | 0xb69b…7bb9 | 9,619,835.357186 | 0.0096% | — |
| 2 | 0x2bd4…a296 | 960,023,618.380509 | 0.9600% | — |
| 3 | 0xaf35…0b49 | 893,169,359.512758 | 0.8932% | — |
| 4 | 0x16f5…54d4 | 84,725,822.581615 | 0.0847% | — |
| 5 | 0x6ff9…f92e | 82,620,779.812263 | 0.0826% | — |
| 6 | 0xe964…38e3 | 805,319,580.668459 | 0.8053% | — |
| 7 | 0x5630…11ab | 776,643,595.261087 | 0.7766% | — |
| 8 | 0xb9e5…ded4 | 751,185,785.604775 | 0.7512% | — |
| 9 | 0x7c01…3881 | 73,657,085.231820 | 0.0737% | — |
| 10 | 0x47f5…e52f | 70,698,205.511547 | 0.0707% | — |
| 11 | 0x2c7d…cb20 | 0.000000 | 0.0000% | — |
| 12 | 0x8b89…c8ab | 59,829,734.678395 | 0.0598% | — |
| 13 | 0xb075…ed42 | 57,464,799,132.250129 | 57.4648% | — |
| 14 | 0x4021…a6d9 | 5,702,213,827.528107 | 5.7022% | — |
| 15 | 0xff7a…78f1 | 55,891,657.161022 | 0.0559% | — |
| 16 | 0x20b2…0c73 | 55,091,382.359219 | 0.0551% | — |
| 17 | 0xda1c…a4d4 | 5,143,404.469567 | 0.0051% | — |
| 18 | 0x7693…7a0c | 456,938,167.081144 | 0.4569% | — |
| 19 | 0x7d9a…61a5 | 4,485,303,472.518982 | 4.4853% | — |
| 20 | 0xedc7…c843 | 421,033,856.720903 | 0.4210% | — |
| 21 | 0x0d13…99b5 | 41,635,565.377500 | 0.0416% | — |
| 22 | 0xc2fc…bcd2 | 41,517,044.488129 | 0.0415% | — |
| 23 | 0x35d1…3990 | 4,066,521,713.613179 | 4.0665% | — |
| 24 | 0x1342…4098 | 37,699,199.818673 | 0.0377% | — |
| 25 | 0xf0ee…696a | 36,031,502.607493 | 0.0360% | — |