Overview
Max Total Supply
8.08067588USDT
Holders
- (- %)
Total Transfers
More than -
Market
Price
$ 1 @ 0.00000849 BTC
(0.02 %)
Onchain Market Cap
$ -
Circulating Supply Market Cap
$ -
Other Info
Token Contract (WITH 18 Decimals)
More than 7 transactions found (Showing Transfers between #0 to #7)
Token Holders Chart
(Holders Snapshot taken 39 mins ago)
Top 1,000 holders (From a total of 2,292,922 holders)
A total of 8,069 tokens found
Contract Source Code Verified (Exact Match)
Contract Name:
IBVMPEGToken
Compiler Version
v0.8.26+commit.8a97fa7a
Optimization Enabled:
Yes with
200 runs
Other Settings:
istanbul evmVersion,
MIT License (MIT)
license
Contract Source Code (Solidity)
[ { "inputs": [ { "internalType": "string", "name": "name_", "type": "string" }, { "internalType": "string", "name": "symbol_", "type": "string" }, { "internalType": "uint256", "name": "initialSupply", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "allowance", "type": "uint256" }, { "internalType": "uint256", "name": "needed", "type": "uint256" } ], "name": "ERC20InsufficientAllowance", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" }, { "internalType": "uint256", "name": "balance", "type": "uint256" }, { "internalType": "uint256", "name": "needed", "type": "uint256" } ], "name": "ERC20InsufficientBalance", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "approver", "type": "address" } ], "name": "ERC20InvalidApprover", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "ERC20InvalidReceiver", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" } ], "name": "ERC20InvalidSender", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" } ], "name": "ERC20InvalidSpender", "type": "error" }, { "inputs": [], "name": "EnforcedPause", "type": "error" }, { "inputs": [], "name": "ExpectedPause", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" } ], "name": "OwnableInvalidOwner", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" } ], "name": "OwnableUnauthorizedAccount", "type": "error" }, { "inputs": [], "name": "ReentrancyGuardReentrantCall", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "minter", "type": "address" } ], "name": "AuthorizedMinterAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "minter", "type": "address" } ], "name": "AuthorizedMinterRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "pauser", "type": "address" } ], "name": "AuthorizedPauserAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "pauser", "type": "address" } ], "name": "AuthorizedPauserRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "account", "type": "address" } ], "name": "Paused", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "burner", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "TokensBurned", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "minter", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "TokensMinted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "account", "type": "address" } ], "name": "Unpaused", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "minter", "type": "address" } ], "name": "addAuthorizedMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "pauser", "type": "address" } ], "name": "addAuthorizedPauser", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" } ], "name": "allowance", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "approve", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "authorizedMinters", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "authorizedPausers", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "decimals", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "mint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "name", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "paused", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "minter", "type": "address" } ], "name": "removeAuthorizedMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "pauser", "type": "address" } ], "name": "removeAuthorizedPauser", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "symbol", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "totalSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "unpause", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]
Contract Creation Code
608060405234801561001057600080fd5b5060405161186538038061186583398101604081905261002f91610409565b338383600361003e8382610503565b50600461004b8282610503565b5050506001600160a01b03811661007d57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b61008681610149565b5060016006558251839083906100de5760405162461bcd60e51b815260206004820152601a60248201527f546f6b656e206e616d652063616e6e6f7420626520656d7074790000000000006044820152606401610074565b600081511161012f5760405162461bcd60e51b815260206004820152601c60248201527f546f6b656e2073796d626f6c2063616e6e6f7420626520656d707479000000006044820152606401610074565b821561013f5761013f33846101a3565b50505050506105e8565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b0382166101cd5760405163ec442f0560e01b815260006004820152602401610074565b6101d9600083836101dd565b5050565b6101e88383836101ed565b505050565b6101f5610200565b6101e8838383610226565b60055460ff16156102245760405163d93c066560e01b815260040160405180910390fd5b565b6001600160a01b03831661025157806002600082825461024691906105c1565b909155506102c39050565b6001600160a01b038316600090815260208190526040902054818110156102a45760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610074565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b0382166102df576002805482900390556102fe565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161034391815260200190565b60405180910390a3505050565b634e487b7160e01b600052604160045260246000fd5b600082601f83011261037757600080fd5b81516001600160401b0381111561039057610390610350565b604051601f8201601f19908116603f011681016001600160401b03811182821017156103be576103be610350565b6040528181528382016020018510156103d657600080fd5b60005b828110156103f5576020818601810151838301820152016103d9565b506000918101602001919091529392505050565b60008060006060848603121561041e57600080fd5b83516001600160401b0381111561043457600080fd5b61044086828701610366565b602086015190945090506001600160401b0381111561045e57600080fd5b61046a86828701610366565b925050604084015190509250925092565b600181811c9082168061048f57607f821691505b6020821081036104af57634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156101e857806000526020600020601f840160051c810160208510156104dc5750805b601f840160051c820191505b818110156104fc57600081556001016104e8565b5050505050565b81516001600160401b0381111561051c5761051c610350565b6105308161052a845461047b565b846104b5565b6020601f821160018114610564576000831561054c5750848201515b600019600385901b1c1916600184901b1784556104fc565b600084815260208120601f198516915b828110156105945787850151825560209485019460019092019101610574565b50848210156105b25786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b808201808211156105e257634e487b7160e01b600052601160045260246000fd5b92915050565b61126e806105f76000396000f3fe608060405234801561001057600080fd5b506004361061014d5760003560e01c80635c975abb116100c35780638da5cb5b1161007c5780638da5cb5b146102aa57806395d89b41146102d3578063a9059cbb146102db578063aa2fe91b146102ee578063dd62ed3e14610311578063f2fde38b1461034a57600080fd5b80635c975abb146102405780635f710f5c1461024b578063701f14311461025e57806370a0823114610271578063715018a61461029a5780638456cb59146102a257600080fd5b8063313ce56711610115578063313ce567146101cd5780633f4ba83a146101dc5780633f576dde146101e457806340c10f191461020757806342966c681461021a578063475ae0391461022d57600080fd5b806306fdde0314610152578063095ea7b31461017057806318160ddd14610193578063204b2cc8146101a557806323b872dd146101ba575b600080fd5b61015a61035d565b604051610167919061109e565b60405180910390f35b61018361017e366004611108565b6103ef565b6040519015158152602001610167565b6002545b604051908152602001610167565b6101b86101b3366004611132565b610409565b005b6101836101c8366004611154565b610508565b60405160128152602001610167565b6101b861052c565b6101836101f2366004611132565b60086020526000908152604090205460ff1681565b6101b8610215366004611108565b6105bb565b6101b8610228366004611191565b610745565b6101b861023b366004611132565b610848565b60055460ff16610183565b6101b8610259366004611132565b6108fa565b6101b861026c366004611132565b6109f4565b61019761027f366004611132565b6001600160a01b031660009081526020819052604090205490565b6101b8610aa6565b6101b8610ab8565b60055461010090046001600160a01b03166040516001600160a01b039091168152602001610167565b61015a610b45565b6101836102e9366004611108565b610b54565b6101836102fc366004611132565b60076020526000908152604090205460ff1681565b61019761031f3660046111aa565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6101b8610358366004611132565b610b62565b60606003805461036c906111dd565b80601f0160208091040260200160405190810160405280929190818152602001828054610398906111dd565b80156103e55780601f106103ba576101008083540402835291602001916103e5565b820191906000526020600020905b8154815290600101906020018083116103c857829003601f168201915b5050505050905090565b6000336103fd818585610b9d565b60019150505b92915050565b610411610baf565b6001600160a01b03811661045e5760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b60448201526064015b60405180910390fd5b6001600160a01b03811660009081526008602052604090205460ff16156104bc5760405162461bcd60e51b8152602060048201526012602482015271105b1c9958591e48185d5d1a1bdc9a5e995960721b6044820152606401610455565b6001600160a01b038116600081815260086020526040808220805460ff19166001179055517fde44f564ab61667cab6e9efb0cb10abd4a5b0868da9ceaf9e7161c03e7e49b9a9190a250565b600033610516858285610be2565b610521858585610c61565b506001949350505050565b3360009081526008602052604090205460ff168061056b575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b6105b15760405162461bcd60e51b81526020600482015260176024820152764e6f7420617574686f72697a656420746f20706175736560481b6044820152606401610455565b6105b9610cc0565b565b6105c3610d12565b3360009081526007602052604090205460ff1680610602575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b6106475760405162461bcd60e51b8152602060048201526016602482015275139bdd08185d5d1a1bdc9a5e9959081d1bc81b5a5b9d60521b6044820152606401610455565b6001600160a01b03821661069d5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610455565b600081116106ed5760405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606401610455565b6106f78282610d3c565b6040518181526001600160a01b0383169033907fbf67ec129007be07f346d9d2933215293a6612ce7ff17d6b479a5a5cae72890c9060200160405180910390a36107416001600655565b5050565b61074d610d12565b6000811161079d5760405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606401610455565b336000908152602081905260409020548111156107fc5760405162461bcd60e51b815260206004820152601c60248201527f496e73756666696369656e742062616c616e636520746f206275726e000000006044820152606401610455565b6108063382610d72565b60405181815233907ffd38818f5291bf0bb3a2a48aadc06ba8757865d1dabd804585338aab3009dcb69060200160405180910390a26108456001600655565b50565b610850610baf565b6001600160a01b03811660009081526007602052604090205460ff166108b15760405162461bcd60e51b81526020600482015260166024820152751059191c995cdcc81b9bdd08185d5d1a1bdc9a5e995960521b6044820152606401610455565b6001600160a01b038116600081815260076020526040808220805460ff19169055517fc6711413797b8a562634e98c95d50e7619d39702ed5b82ce335dc93546c3a88c9190a250565b610902610baf565b6001600160a01b03811661094a5760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b6044820152606401610455565b6001600160a01b03811660009081526007602052604090205460ff16156109a85760405162461bcd60e51b8152602060048201526012602482015271105b1c9958591e48185d5d1a1bdc9a5e995960721b6044820152606401610455565b6001600160a01b038116600081815260076020526040808220805460ff19166001179055517fe6be4d6cc04eb0219337b22db08c688969a9ec8e34d9a0a2ba38a114e050f1ae9190a250565b6109fc610baf565b6001600160a01b03811660009081526008602052604090205460ff16610a5d5760405162461bcd60e51b81526020600482015260166024820152751059191c995cdcc81b9bdd08185d5d1a1bdc9a5e995960521b6044820152606401610455565b6001600160a01b038116600081815260086020526040808220805460ff19169055517f2fbd4ee024e814af83524cbfc946c93c869e457a7829494cac2d9d42b8e936359190a250565b610aae610baf565b6105b96000610da8565b3360009081526008602052604090205460ff1680610af7575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b610b3d5760405162461bcd60e51b81526020600482015260176024820152764e6f7420617574686f72697a656420746f20706175736560481b6044820152606401610455565b6105b9610e02565b60606004805461036c906111dd565b6000336103fd818585610c61565b610b6a610baf565b6001600160a01b038116610b9457604051631e4fbdf760e01b815260006004820152602401610455565b61084581610da8565b610baa8383836001610e3f565b505050565b6005546001600160a01b036101009091041633146105b95760405163118cdaa760e01b8152336004820152602401610455565b6001600160a01b03838116600090815260016020908152604080832093861683529290522054600019811015610c5b5781811015610c4c57604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610455565b610c5b84848484036000610e3f565b50505050565b6001600160a01b038316610c8b57604051634b637e8f60e11b815260006004820152602401610455565b6001600160a01b038216610cb55760405163ec442f0560e01b815260006004820152602401610455565b610baa838383610f14565b610cc8610f1f565b6005805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600260065403610d3557604051633ee5aeb560e01b815260040160405180910390fd5b6002600655565b6001600160a01b038216610d665760405163ec442f0560e01b815260006004820152602401610455565b61074160008383610f14565b6001600160a01b038216610d9c57604051634b637e8f60e11b815260006004820152602401610455565b61074182600083610f14565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610e0a610f42565b6005805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610cf53390565b6001600160a01b038416610e695760405163e602df0560e01b815260006004820152602401610455565b6001600160a01b038316610e9357604051634a1406b160e11b815260006004820152602401610455565b6001600160a01b0380851660009081526001602090815260408083209387168352929052208290558015610c5b57826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610f0691815260200190565b60405180910390a350505050565b610baa838383610f66565b60055460ff166105b957604051638dfc202b60e01b815260040160405180910390fd5b60055460ff16156105b95760405163d93c066560e01b815260040160405180910390fd5b610f6e610f42565b610baa8383836001600160a01b038316610f9f578060026000828254610f949190611217565b909155506110119050565b6001600160a01b03831660009081526020819052604090205481811015610ff25760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610455565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b03821661102d5760028054829003905561104c565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161109191815260200190565b60405180910390a3505050565b602081526000825180602084015260005b818110156110cc57602081860181015160408684010152016110af565b506000604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b038116811461110357600080fd5b919050565b6000806040838503121561111b57600080fd5b611124836110ec565b946020939093013593505050565b60006020828403121561114457600080fd5b61114d826110ec565b9392505050565b60008060006060848603121561116957600080fd5b611172846110ec565b9250611180602085016110ec565b929592945050506040919091013590565b6000602082840312156111a357600080fd5b5035919050565b600080604083850312156111bd57600080fd5b6111c6836110ec565b91506111d4602084016110ec565b90509250929050565b600181811c908216806111f157607f821691505b60208210810361121157634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561040357634e487b7160e01b600052601160045260246000fdfea264697066735822122044ed0ff32538137f516edeba8e8f58aeae2adb43b30b0558ed9b8a973bea06d864736f6c634300081a0033
Deployed
Bytecode
0x608060405234801561001057600080fd5b506004361061014d5760003560e01c80635c975abb116100c35780638da5cb5b1161007c5780638da5cb5b146102aa57806395d89b41146102d3578063a9059cbb146102db578063aa2fe91b146102ee578063dd62ed3e14610311578063f2fde38b1461034a57600080fd5b80635c975abb146102405780635f710f5c1461024b578063701f14311461025e57806370a0823114610271578063715018a61461029a5780638456cb59146102a257600080fd5b8063313ce56711610115578063313ce567146101cd5780633f4ba83a146101dc5780633f576dde146101e457806340c10f191461020757806342966c681461021a578063475ae0391461022d57600080fd5b806306fdde0314610152578063095ea7b31461017057806318160ddd14610193578063204b2cc8146101a557806323b872dd146101ba575b600080fd5b61015a61035d565b604051610167919061109e565b60405180910390f35b61018361017e366004611108565b6103ef565b6040519015158152602001610167565b6002545b604051908152602001610167565b6101b86101b3366004611132565b610409565b005b6101836101c8366004611154565b610508565b60405160128152602001610167565b6101b861052c565b6101836101f2366004611132565b60086020526000908152604090205460ff1681565b6101b8610215366004611108565b6105bb565b6101b8610228366004611191565b610745565b6101b861023b366004611132565b610848565b60055460ff16610183565b6101b8610259366004611132565b6108fa565b6101b861026c366004611132565b6109f4565b61019761027f366004611132565b6001600160a01b031660009081526020819052604090205490565b6101b8610aa6565b6101b8610ab8565b60055461010090046001600160a01b03166040516001600160a01b039091168152602001610167565b61015a610b45565b6101836102e9366004611108565b610b54565b6101836102fc366004611132565b60076020526000908152604090205460ff1681565b61019761031f3660046111aa565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6101b8610358366004611132565b610b62565b60606003805461036c906111dd565b80601f0160208091040260200160405190810160405280929190818152602001828054610398906111dd565b80156103e55780601f106103ba576101008083540402835291602001916103e5565b820191906000526020600020905b8154815290600101906020018083116103c857829003601f168201915b5050505050905090565b6000336103fd818585610b9d565b60019150505b92915050565b610411610baf565b6001600160a01b03811661045e5760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b60448201526064015b60405180910390fd5b6001600160a01b03811660009081526008602052604090205460ff16156104bc5760405162461bcd60e51b8152602060048201526012602482015271105b1c9958591e48185d5d1a1bdc9a5e995960721b6044820152606401610455565b6001600160a01b038116600081815260086020526040808220805460ff19166001179055517fde44f564ab61667cab6e9efb0cb10abd4a5b0868da9ceaf9e7161c03e7e49b9a9190a250565b600033610516858285610be2565b610521858585610c61565b506001949350505050565b3360009081526008602052604090205460ff168061056b575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b6105b15760405162461bcd60e51b81526020600482015260176024820152764e6f7420617574686f72697a656420746f20706175736560481b6044820152606401610455565b6105b9610cc0565b565b6105c3610d12565b3360009081526007602052604090205460ff1680610602575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b6106475760405162461bcd60e51b8152602060048201526016602482015275139bdd08185d5d1a1bdc9a5e9959081d1bc81b5a5b9d60521b6044820152606401610455565b6001600160a01b03821661069d5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610455565b600081116106ed5760405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606401610455565b6106f78282610d3c565b6040518181526001600160a01b0383169033907fbf67ec129007be07f346d9d2933215293a6612ce7ff17d6b479a5a5cae72890c9060200160405180910390a36107416001600655565b5050565b61074d610d12565b6000811161079d5760405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606401610455565b336000908152602081905260409020548111156107fc5760405162461bcd60e51b815260206004820152601c60248201527f496e73756666696369656e742062616c616e636520746f206275726e000000006044820152606401610455565b6108063382610d72565b60405181815233907ffd38818f5291bf0bb3a2a48aadc06ba8757865d1dabd804585338aab3009dcb69060200160405180910390a26108456001600655565b50565b610850610baf565b6001600160a01b03811660009081526007602052604090205460ff166108b15760405162461bcd60e51b81526020600482015260166024820152751059191c995cdcc81b9bdd08185d5d1a1bdc9a5e995960521b6044820152606401610455565b6001600160a01b038116600081815260076020526040808220805460ff19169055517fc6711413797b8a562634e98c95d50e7619d39702ed5b82ce335dc93546c3a88c9190a250565b610902610baf565b6001600160a01b03811661094a5760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b6044820152606401610455565b6001600160a01b03811660009081526007602052604090205460ff16156109a85760405162461bcd60e51b8152602060048201526012602482015271105b1c9958591e48185d5d1a1bdc9a5e995960721b6044820152606401610455565b6001600160a01b038116600081815260076020526040808220805460ff19166001179055517fe6be4d6cc04eb0219337b22db08c688969a9ec8e34d9a0a2ba38a114e050f1ae9190a250565b6109fc610baf565b6001600160a01b03811660009081526008602052604090205460ff16610a5d5760405162461bcd60e51b81526020600482015260166024820152751059191c995cdcc81b9bdd08185d5d1a1bdc9a5e995960521b6044820152606401610455565b6001600160a01b038116600081815260086020526040808220805460ff19169055517f2fbd4ee024e814af83524cbfc946c93c869e457a7829494cac2d9d42b8e936359190a250565b610aae610baf565b6105b96000610da8565b3360009081526008602052604090205460ff1680610af7575060055461010090046001600160a01b03166001600160a01b0316336001600160a01b0316145b610b3d5760405162461bcd60e51b81526020600482015260176024820152764e6f7420617574686f72697a656420746f20706175736560481b6044820152606401610455565b6105b9610e02565b60606004805461036c906111dd565b6000336103fd818585610c61565b610b6a610baf565b6001600160a01b038116610b9457604051631e4fbdf760e01b815260006004820152602401610455565b61084581610da8565b610baa8383836001610e3f565b505050565b6005546001600160a01b036101009091041633146105b95760405163118cdaa760e01b8152336004820152602401610455565b6001600160a01b03838116600090815260016020908152604080832093861683529290522054600019811015610c5b5781811015610c4c57604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610455565b610c5b84848484036000610e3f565b50505050565b6001600160a01b038316610c8b57604051634b637e8f60e11b815260006004820152602401610455565b6001600160a01b038216610cb55760405163ec442f0560e01b815260006004820152602401610455565b610baa838383610f14565b610cc8610f1f565b6005805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600260065403610d3557604051633ee5aeb560e01b815260040160405180910390fd5b6002600655565b6001600160a01b038216610d665760405163ec442f0560e01b815260006004820152602401610455565b61074160008383610f14565b6001600160a01b038216610d9c57604051634b637e8f60e11b815260006004820152602401610455565b61074182600083610f14565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610e0a610f42565b6005805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610cf53390565b6001600160a01b038416610e695760405163e602df0560e01b815260006004820152602401610455565b6001600160a01b038316610e9357604051634a1406b160e11b815260006004820152602401610455565b6001600160a01b0380851660009081526001602090815260408083209387168352929052208290558015610c5b57826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610f0691815260200190565b60405180910390a350505050565b610baa838383610f66565b60055460ff166105b957604051638dfc202b60e01b815260040160405180910390fd5b60055460ff16156105b95760405163d93c066560e01b815260040160405180910390fd5b610f6e610f42565b610baa8383836001600160a01b038316610f9f578060026000828254610f949190611217565b909155506110119050565b6001600160a01b03831660009081526020819052604090205481811015610ff25760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610455565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b03821661102d5760028054829003905561104c565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161109191815260200190565b60405180910390a3505050565b602081526000825180602084015260005b818110156110cc57602081860181015160408684010152016110af565b506000604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b038116811461110357600080fd5b919050565b6000806040838503121561111b57600080fd5b611124836110ec565b946020939093013593505050565b60006020828403121561114457600080fd5b61114d826110ec565b9392505050565b60008060006060848603121561116957600080fd5b611172846110ec565b9250611180602085016110ec565b929592945050506040919091013590565b6000602082840312156111a357600080fd5b5035919050565b600080604083850312156111bd57600080fd5b6111c6836110ec565b91506111d4602084016110ec565b90509250929050565b600181811c908216806111f157607f821691505b60208210810361121157634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561040357634e487b7160e01b600052601160045260246000fdfea2646970667358221220a55677b6f490167282da7f49a9a5db856b074ef2c1617a43d69441c5e6b70b3464736f6c634300081a0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
// SPDX-License-Identifier: MIT // File @openzeppelin/contracts/utils/Context.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol) pragma solidity ^0.8.20; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } function _contextSuffixLength() internal view virtual returns (uint256) { return 0; } } // File @openzeppelin/contracts/access/Ownable.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol) pragma solidity ^0.8.20; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * The initial owner is set to the address provided by the deployer. This can * later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; /** * @dev The caller account is not authorized to perform an operation. */ error OwnableUnauthorizedAccount(address account); /** * @dev The owner is not a valid owner account. (eg. `address(0)`) */ error OwnableInvalidOwner(address owner); event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the address provided by the deployer as the initial owner. */ constructor(address initialOwner) { if (initialOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _transferOwnership(initialOwner); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { if (owner() != _msgSender()) { revert OwnableUnauthorizedAccount(_msgSender()); } } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby disabling any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { if (newOwner == address(0)) { revert OwnableInvalidOwner(address(0)); } _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File @openzeppelin/contracts/interfaces/draft-IERC6093.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.1.0) (interfaces/draft-IERC6093.sol) pragma solidity ^0.8.20; /** * @dev Standard ERC-20 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC-20 tokens. */ interface IERC20Errors { /** * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. * @param balance Current balance for the interacting account. * @param needed Minimum amount required to perform a transfer. */ error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC20InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC20InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `spender`ΓÇÖs `allowance`. Used in transfers. * @param spender Address that may be allowed to operate on tokens without being their owner. * @param allowance Amount of tokens a `spender` is allowed to operate with. * @param needed Minimum amount required to perform a transfer. */ error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC20InvalidApprover(address approver); /** * @dev Indicates a failure with the `spender` to be approved. Used in approvals. * @param spender Address that may be allowed to operate on tokens without being their owner. */ error ERC20InvalidSpender(address spender); } /** * @dev Standard ERC-721 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC-721 tokens. */ interface IERC721Errors { /** * @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in ERC-20. * Used in balance queries. * @param owner Address of the current owner of a token. */ error ERC721InvalidOwner(address owner); /** * @dev Indicates a `tokenId` whose `owner` is the zero address. * @param tokenId Identifier number of a token. */ error ERC721NonexistentToken(uint256 tokenId); /** * @dev Indicates an error related to the ownership over a particular token. Used in transfers. * @param sender Address whose tokens are being transferred. * @param tokenId Identifier number of a token. * @param owner Address of the current owner of a token. */ error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC721InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC721InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `operator`ΓÇÖs approval. Used in transfers. * @param operator Address that may be allowed to operate on tokens without being their owner. * @param tokenId Identifier number of a token. */ error ERC721InsufficientApproval(address operator, uint256 tokenId); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC721InvalidApprover(address approver); /** * @dev Indicates a failure with the `operator` to be approved. Used in approvals. * @param operator Address that may be allowed to operate on tokens without being their owner. */ error ERC721InvalidOperator(address operator); } /** * @dev Standard ERC-1155 Errors * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC-1155 tokens. */ interface IERC1155Errors { /** * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. * @param balance Current balance for the interacting account. * @param needed Minimum amount required to perform a transfer. * @param tokenId Identifier number of a token. */ error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId); /** * @dev Indicates a failure with the token `sender`. Used in transfers. * @param sender Address whose tokens are being transferred. */ error ERC1155InvalidSender(address sender); /** * @dev Indicates a failure with the token `receiver`. Used in transfers. * @param receiver Address to which tokens are being transferred. */ error ERC1155InvalidReceiver(address receiver); /** * @dev Indicates a failure with the `operator`ΓÇÖs approval. Used in transfers. * @param operator Address that may be allowed to operate on tokens without being their owner. * @param owner Address of the current owner of a token. */ error ERC1155MissingApprovalForAll(address operator, address owner); /** * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals. * @param approver Address initiating an approval operation. */ error ERC1155InvalidApprover(address approver); /** * @dev Indicates a failure with the `operator` to be approved. Used in approvals. * @param operator Address that may be allowed to operate on tokens without being their owner. */ error ERC1155InvalidOperator(address operator); /** * @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation. * Used in batch transfers. * @param idsLength Length of the array of token identifiers * @param valuesLength Length of the array of token amounts */ error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength); } // File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.20; /** * @dev Interface of the ERC-20 standard as defined in the ERC. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the value of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the value of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves a `value` amount of tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 value) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets a `value` amount of tokens as the allowance of `spender` over the * caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 value) external returns (bool); /** * @dev Moves a `value` amount of tokens from `from` to `to` using the * allowance mechanism. `value` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom(address from, address to, uint256 value) external returns (bool); } // File @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/extensions/IERC20Metadata.sol) pragma solidity ^0.8.20; /** * @dev Interface for the optional metadata functions from the ERC-20 standard. */ interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8); } // File @openzeppelin/contracts/token/ERC20/ERC20.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.3.0) (token/ERC20/ERC20.sol) pragma solidity ^0.8.20; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * * TIP: For a detailed writeup see our guide * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * The default value of {decimals} is 18. To change this, you should override * this function so it returns a different value. * * We have followed general OpenZeppelin Contracts guidelines: functions revert * instead returning `false` on failure. This behavior is nonetheless * conventional and does not conflict with the expectations of ERC-20 * applications. */ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors { mapping(address account => uint256) private _balances; mapping(address account => mapping(address spender => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; /** * @dev Sets the values for {name} and {symbol}. * * Both values are immutable: they can only be set once during construction. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev Returns the name of the token. */ function name() public view virtual returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual returns (string memory) { return _symbol; } /** * @dev Returns the number of decimals used to get its user representation. * For example, if `decimals` equals `2`, a balance of `505` tokens should * be displayed to a user as `5.05` (`505 / 10 ** 2`). * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the default value returned by this function, unless * it's overridden. * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view virtual returns (uint8) { return 18; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `to` cannot be the zero address. * - the caller must have a balance of at least `value`. */ function transfer(address to, uint256 value) public virtual returns (bool) { address owner = _msgSender(); _transfer(owner, to, value); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * NOTE: If `value` is the maximum `uint256`, the allowance is not updated on * `transferFrom`. This is semantically equivalent to an infinite approval. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 value) public virtual returns (bool) { address owner = _msgSender(); _approve(owner, spender, value); return true; } /** * @dev See {IERC20-transferFrom}. * * Skips emitting an {Approval} event indicating an allowance update. This is not * required by the ERC. See {xref-ERC20-_approve-address-address-uint256-bool-}[_approve]. * * NOTE: Does not update the allowance if the current allowance * is the maximum `uint256`. * * Requirements: * * - `from` and `to` cannot be the zero address. * - `from` must have a balance of at least `value`. * - the caller must have allowance for ``from``'s tokens of at least * `value`. */ function transferFrom(address from, address to, uint256 value) public virtual returns (bool) { address spender = _msgSender(); _spendAllowance(from, spender, value); _transfer(from, to, value); return true; } /** * @dev Moves a `value` amount of tokens from `from` to `to`. * * This internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * NOTE: This function is not virtual, {_update} should be overridden instead. */ function _transfer(address from, address to, uint256 value) internal { if (from == address(0)) { revert ERC20InvalidSender(address(0)); } if (to == address(0)) { revert ERC20InvalidReceiver(address(0)); } _update(from, to, value); } /** * @dev Transfers a `value` amount of tokens from `from` to `to`, or alternatively mints (or burns) if `from` * (or `to`) is the zero address. All customizations to transfers, mints, and burns should be done by overriding * this function. * * Emits a {Transfer} event. */ function _update(address from, address to, uint256 value) internal virtual { if (from == address(0)) { // Overflow check required: The rest of the code assumes that totalSupply never overflows _totalSupply += value; } else { uint256 fromBalance = _balances[from]; if (fromBalance < value) { revert ERC20InsufficientBalance(from, fromBalance, value); } unchecked { // Overflow not possible: value <= fromBalance <= totalSupply. _balances[from] = fromBalance - value; } } if (to == address(0)) { unchecked { // Overflow not possible: value <= totalSupply or value <= fromBalance <= totalSupply. _totalSupply -= value; } } else { unchecked { // Overflow not possible: balance + value is at most totalSupply, which we know fits into a uint256. _balances[to] += value; } } emit Transfer(from, to, value); } /** * @dev Creates a `value` amount of tokens and assigns them to `account`, by transferring it from address(0). * Relies on the `_update` mechanism * * Emits a {Transfer} event with `from` set to the zero address. * * NOTE: This function is not virtual, {_update} should be overridden instead. */ function _mint(address account, uint256 value) internal { if (account == address(0)) { revert ERC20InvalidReceiver(address(0)); } _update(address(0), account, value); } /** * @dev Destroys a `value` amount of tokens from `account`, lowering the total supply. * Relies on the `_update` mechanism. * * Emits a {Transfer} event with `to` set to the zero address. * * NOTE: This function is not virtual, {_update} should be overridden instead */ function _burn(address account, uint256 value) internal { if (account == address(0)) { revert ERC20InvalidSender(address(0)); } _update(account, address(0), value); } /** * @dev Sets `value` as the allowance of `spender` over the `owner`'s tokens. * * This internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. * * Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument. */ function _approve(address owner, address spender, uint256 value) internal { _approve(owner, spender, value, true); } /** * @dev Variant of {_approve} with an optional flag to enable or disable the {Approval} event. * * By default (when calling {_approve}) the flag is set to true. On the other hand, approval changes made by * `_spendAllowance` during the `transferFrom` operation set the flag to false. This saves gas by not emitting any * `Approval` event during `transferFrom` operations. * * Anyone who wishes to continue emitting `Approval` events on the`transferFrom` operation can force the flag to * true using the following override: * * ```solidity * function _approve(address owner, address spender, uint256 value, bool) internal virtual override { * super._approve(owner, spender, value, true); * } * ``` * * Requirements are the same as {_approve}. */ function _approve(address owner, address spender, uint256 value, bool emitEvent) internal virtual { if (owner == address(0)) { revert ERC20InvalidApprover(address(0)); } if (spender == address(0)) { revert ERC20InvalidSpender(address(0)); } _allowances[owner][spender] = value; if (emitEvent) { emit Approval(owner, spender, value); } } /** * @dev Updates `owner`'s allowance for `spender` based on spent `value`. * * Does not update the allowance value in case of infinite allowance. * Revert if not enough allowance is available. * * Does not emit an {Approval} event. */ function _spendAllowance(address owner, address spender, uint256 value) internal virtual { uint256 currentAllowance = allowance(owner, spender); if (currentAllowance < type(uint256).max) { if (currentAllowance < value) { revert ERC20InsufficientAllowance(spender, currentAllowance, value); } unchecked { _approve(owner, spender, currentAllowance - value, false); } } } } // File @openzeppelin/contracts/utils/Pausable.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.3.0) (utils/Pausable.sol) pragma solidity ^0.8.20; /** * @dev Contract module which allows children to implement an emergency stop * mechanism that can be triggered by an authorized account. * * This module is used through inheritance. It will make available the * modifiers `whenNotPaused` and `whenPaused`, which can be applied to * the functions of your contract. Note that they will not be pausable by * simply including this module, only once the modifiers are put in place. */ abstract contract Pausable is Context { bool private _paused; /** * @dev Emitted when the pause is triggered by `account`. */ event Paused(address account); /** * @dev Emitted when the pause is lifted by `account`. */ event Unpaused(address account); /** * @dev The operation failed because the contract is paused. */ error EnforcedPause(); /** * @dev The operation failed because the contract is not paused. */ error ExpectedPause(); /** * @dev Modifier to make a function callable only when the contract is not paused. * * Requirements: * * - The contract must not be paused. */ modifier whenNotPaused() { _requireNotPaused(); _; } /** * @dev Modifier to make a function callable only when the contract is paused. * * Requirements: * * - The contract must be paused. */ modifier whenPaused() { _requirePaused(); _; } /** * @dev Returns true if the contract is paused, and false otherwise. */ function paused() public view virtual returns (bool) { return _paused; } /** * @dev Throws if the contract is paused. */ function _requireNotPaused() internal view virtual { if (paused()) { revert EnforcedPause(); } } /** * @dev Throws if the contract is not paused. */ function _requirePaused() internal view virtual { if (!paused()) { revert ExpectedPause(); } } /** * @dev Triggers stopped state. * * Requirements: * * - The contract must not be paused. */ function _pause() internal virtual whenNotPaused { _paused = true; emit Paused(_msgSender()); } /** * @dev Returns to normal state. * * Requirements: * * - The contract must be paused. */ function _unpause() internal virtual whenPaused { _paused = false; emit Unpaused(_msgSender()); } } // File @openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.1.0) (token/ERC20/extensions/ERC20Pausable.sol) pragma solidity ^0.8.20; /** * @dev ERC-20 token with pausable token transfers, minting and burning. * * Useful for scenarios such as preventing trades until the end of an evaluation * period, or having an emergency switch for freezing all token transfers in the * event of a large bug. * * IMPORTANT: This contract does not include public pause and unpause functions. In * addition to inheriting this contract, you must define both functions, invoking the * {Pausable-_pause} and {Pausable-_unpause} internal functions, with appropriate * access control, e.g. using {AccessControl} or {Ownable}. Not doing so will * make the contract pause mechanism of the contract unreachable, and thus unusable. */ abstract contract ERC20Pausable is ERC20, Pausable { /** * @dev See {ERC20-_update}. * * Requirements: * * - the contract must not be paused. */ function _update(address from, address to, uint256 value) internal virtual override whenNotPaused { super._update(from, to, value); } } // File @openzeppelin/contracts/utils/ReentrancyGuard.sol@v5.3.0 // Original license: SPDX_License_Identifier: MIT // OpenZeppelin Contracts (last updated v5.1.0) (utils/ReentrancyGuard.sol) pragma solidity ^0.8.20; /** * @dev Contract module that helps prevent reentrant calls to a function. * * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier * available, which can be applied to functions to make sure there are no nested * (reentrant) calls to them. * * Note that because there is a single `nonReentrant` guard, functions marked as * `nonReentrant` may not call one another. This can be worked around by making * those functions `private`, and then adding `external` `nonReentrant` entry * points to them. * * TIP: If EIP-1153 (transient storage) is available on the chain you're deploying at, * consider using {ReentrancyGuardTransient} instead. * * TIP: If you would like to learn more about reentrancy and alternative ways * to protect against it, check out our blog post * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being non-zero value makes deployment a bit more expensive, // but in exchange the refund on every call to nonReentrant will be lower in // amount. Since refunds are capped to a percentage of the total // transaction's gas, it is best to keep them low in cases like this one, to // increase the likelihood of the full refund coming into effect. uint256 private constant NOT_ENTERED = 1; uint256 private constant ENTERED = 2; uint256 private _status; /** * @dev Unauthorized reentrant call. */ error ReentrancyGuardReentrantCall(); constructor() { _status = NOT_ENTERED; } /** * @dev Prevents a contract from calling itself, directly or indirectly. * Calling a `nonReentrant` function from another `nonReentrant` * function is not supported. It is possible to prevent this from happening * by making the `nonReentrant` function external, and making it call a * `private` function that does the actual work. */ modifier nonReentrant() { _nonReentrantBefore(); _; _nonReentrantAfter(); } function _nonReentrantBefore() private { // On the first call to nonReentrant, _status will be NOT_ENTERED if (_status == ENTERED) { revert ReentrancyGuardReentrantCall(); } // Any calls to nonReentrant after this point will fail _status = ENTERED; } function _nonReentrantAfter() private { // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = NOT_ENTERED; } /** * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a * `nonReentrant` function in the call stack. */ function _reentrancyGuardEntered() internal view returns (bool) { return _status == ENTERED; } } // File contracts/IBVM/Token.sol // Original license: SPDX_License_Identifier: MIT pragma solidity ^0.8.20; /** * @title SecureERC20Token * @dev Implementation of the ERC20 Token Standard with additional functionality: * - Ability to burn tokens * - Ability to mint new tokens (only by authorized addresses) * - Ability to pause all token transfers (only by authorized addresses) * - Role-based access control for minting and pausing * - Owner can transfer ownership and manage authorized addresses */ contract IBVMPEGToken is ERC20, ERC20Pausable, Ownable, ReentrancyGuard { // Mappings for authorization management mapping(address => bool) public authorizedMinters; mapping(address => bool) public authorizedPausers; // Events for better tracking and transparency event AuthorizedMinterAdded(address indexed minter); event AuthorizedMinterRemoved(address indexed minter); event AuthorizedPauserAdded(address indexed pauser); event AuthorizedPauserRemoved(address indexed pauser); event TokensBurned(address indexed burner, uint256 amount); event TokensMinted( address indexed minter, address indexed to, uint256 amount ); /** * @dev Constructor to initialize the token with name, symbol, initial supply, and supply caps * @param name_ The name of the token * @param symbol_ The symbol of the token * @param initialSupply The initial supply of tokens to mint to the contract creator */ constructor( string memory name_, string memory symbol_, uint256 initialSupply ) ERC20(name_, symbol_) Ownable(msg.sender) { bytes memory nameBytes = bytes(name_); bytes memory symbolBytes = bytes(symbol_); require(nameBytes.length > 0, "Token name cannot be empty"); require(symbolBytes.length > 0, "Token symbol cannot be empty"); // Mint initial supply to the contract creator if (initialSupply > 0) { _mint(msg.sender, initialSupply); } } /** * @dev Required override for _update function from multiple inheritance */ function _update( address from, address to, uint256 amount ) internal override(ERC20, ERC20Pausable) { super._update(from, to, amount); } /** * @dev Modifier to restrict function access to authorized minters */ modifier onlyAuthorizedMinter() { require( authorizedMinters[msg.sender] || msg.sender == owner(), "Not authorized to mint" ); _; } /** * @dev Modifier to restrict function access to authorized pausers */ modifier onlyAuthorizedPauser() { require( authorizedPausers[msg.sender] || msg.sender == owner(), "Not authorized to pause" ); _; } /** * @dev Add an address to the list of authorized minters * @param minter The address to authorize for minting */ function addAuthorizedMinter(address minter) external onlyOwner { require(minter != address(0), "Invalid address"); require(!authorizedMinters[minter], "Already authorized"); authorizedMinters[minter] = true; emit AuthorizedMinterAdded(minter); } /** * @dev Remove an address from the list of authorized minters * @param minter The address to remove authorization from */ function removeAuthorizedMinter(address minter) external onlyOwner { require(authorizedMinters[minter], "Address not authorized"); authorizedMinters[minter] = false; emit AuthorizedMinterRemoved(minter); } /** * @dev Add an address to the list of authorized pausers * @param pauser The address to authorize for pausing */ function addAuthorizedPauser(address pauser) external onlyOwner { require(pauser != address(0), "Invalid address"); require(!authorizedPausers[pauser], "Already authorized"); authorizedPausers[pauser] = true; emit AuthorizedPauserAdded(pauser); } /** * @dev Remove an address from the list of authorized pausers * @param pauser The address to remove authorization from */ function removeAuthorizedPauser(address pauser) external onlyOwner { require(authorizedPausers[pauser], "Address not authorized"); authorizedPausers[pauser] = false; emit AuthorizedPauserRemoved(pauser); } /** * @dev Mint new tokens to a specified address (only by authorized minters) * @param to The address that will receive the minted tokens * @param amount The amount of tokens to mint */ function mint( address to, uint256 amount ) external nonReentrant onlyAuthorizedMinter { require(to != address(0), "ERC20: mint to the zero address"); require(amount > 0, "Amount must be greater than 0"); _mint(to, amount); emit TokensMinted(msg.sender, to, amount); } /** * @dev Burn tokens from the caller's account * @param amount The amount of tokens to burn */ function burn(uint256 amount) external nonReentrant { require(amount > 0, "Amount must be greater than 0"); require( balanceOf(msg.sender) >= amount, "Insufficient balance to burn" ); _burn(msg.sender, amount); emit TokensBurned(msg.sender, amount); } /** * @dev Pause all token transfers (only by authorized pausers) */ function pause() external onlyAuthorizedPauser { _pause(); } /** * @dev Unpause all token transfers (only by authorized pausers) */ function unpause() external onlyAuthorizedPauser { _unpause(); } }
Deployed Bytecode Sourcemap
33189:5295:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16081:89;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18300:186;;;;;;:::i;:::-;;:::i;:::-;;;1194:14:1;;1187:22;1169:41;;1157:2;1142:18;18300:186:0;1029:187:1;17151:97:0;17229:12;;17151:97;;;1367:25:1;;;1355:2;1340:18;17151:97:0;1221:177:1;36502:283:0;;;;;;:::i;:::-;;:::i;:::-;;19078:244;;;;;;:::i;:::-;;:::i;17009:82::-;;;17082:2;2115:36:1;;2103:2;2088:18;17009:82:0;1973:184:1;38406:76:0;;;:::i;33367:49::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;37386:325;;;;;;:::i;:::-;;:::i;37834:320::-;;;;;;:::i;:::-;;:::i;36127:234::-;;;;;;:::i;:::-;;:::i;26954:84::-;27024:7;;;;26954:84;;35691:286;;;;;;:::i;:::-;;:::i;36935:234::-;;;;;;:::i;:::-;;:::i;17306:116::-;;;;;;:::i;:::-;-1:-1:-1;;;;;17397:18:0;17371:7;17397:18;;;;;;;;;;;;17306:116;3397:101;;;:::i;38243:72::-;;;:::i;2742:85::-;2814:6;;;;;-1:-1:-1;;;;;2814:6:0;2742:85;;-1:-1:-1;;;;;2557:32:1;;;2539:51;;2527:2;2512:18;2742:85:0;2393:203:1;16283:93:0;;;:::i;17617:178::-;;;;;;:::i;:::-;;:::i;33312:49::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;17853:140;;;;;;:::i;:::-;-1:-1:-1;;;;;17959:18:0;;;17933:7;17959:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;17853:140;3647:215;;;;;;:::i;:::-;;:::i;16081:89::-;16126:13;16158:5;16151:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16081:89;:::o;18300:186::-;18373:4;844:10;18427:31;844:10;18443:7;18452:5;18427:8;:31::i;:::-;18475:4;18468:11;;;18300:186;;;;;:::o;36502:283::-;2635:13;:11;:13::i;:::-;-1:-1:-1;;;;;36584:20:0;::::1;36576:48;;;::::0;-1:-1:-1;;;36576:48:0;;3453:2:1;36576:48:0::1;::::0;::::1;3435:21:1::0;3492:2;3472:18;;;3465:30;-1:-1:-1;;;3511:18:1;;;3504:45;3566:18;;36576:48:0::1;;;;;;;;;-1:-1:-1::0;;;;;36643:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;::::1;;36642:26;36634:57;;;::::0;-1:-1:-1;;;36634:57:0;;3797:2:1;36634:57:0::1;::::0;::::1;3779:21:1::0;3836:2;3816:18;;;3809:30;-1:-1:-1;;;3855:18:1;;;3848:48;3913:18;;36634:57:0::1;3595:342:1::0;36634:57:0::1;-1:-1:-1::0;;;;;36702:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;:32;;-1:-1:-1;;36702:32:0::1;36730:4;36702:32;::::0;;36749:29;::::1;::::0;36702:25;36749:29:::1;36502:283:::0;:::o;19078:244::-;19165:4;844:10;19221:37;19237:4;844:10;19252:5;19221:15;:37::i;:::-;19268:26;19278:4;19284:2;19288:5;19268:9;:26::i;:::-;-1:-1:-1;19311:4:0;;19078:244;-1:-1:-1;;;;19078:244:0:o;38406:76::-;35447:10;35429:29;;;;:17;:29;;;;;;;;;:54;;-1:-1:-1;2814:6:0;;;;;-1:-1:-1;;;;;2814:6:0;-1:-1:-1;;;;;35462:21:0;:10;-1:-1:-1;;;;;35462:21:0;;35429:54;35408:124;;;;-1:-1:-1;;;35408:124:0;;4144:2:1;35408:124:0;;;4126:21:1;4183:2;4163:18;;;4156:30;-1:-1:-1;;;4202:18:1;;;4195:53;4265:18;;35408:124:0;3942:347:1;35408:124:0;38465:10:::1;:8;:10::i;:::-;38406:76::o:0;37386:325::-;31792:21;:19;:21::i;:::-;35171:10:::1;35153:29;::::0;;;:17:::1;:29;::::0;;;;;::::1;;::::0;:54:::1;;-1:-1:-1::0;2814:6:0;;;;;-1:-1:-1;;;;;2814:6:0;-1:-1:-1;;;;;35186:21:0::1;:10;-1:-1:-1::0;;;;;35186:21:0::1;;35153:54;35132:123;;;::::0;-1:-1:-1;;;35132:123:0;;4496:2:1;35132:123:0::1;::::0;::::1;4478:21:1::0;4535:2;4515:18;;;4508:30;-1:-1:-1;;;4554:18:1;;;4547:52;4616:18;;35132:123:0::1;4294:346:1::0;35132:123:0::1;-1:-1:-1::0;;;;;37511:16:0;::::2;37503:60;;;::::0;-1:-1:-1;;;37503:60:0;;4847:2:1;37503:60:0::2;::::0;::::2;4829:21:1::0;4886:2;4866:18;;;4859:30;4925:33;4905:18;;;4898:61;4976:18;;37503:60:0::2;4645:355:1::0;37503:60:0::2;37590:1;37581:6;:10;37573:52;;;::::0;-1:-1:-1;;;37573:52:0;;5207:2:1;37573:52:0::2;::::0;::::2;5189:21:1::0;5246:2;5226:18;;;5219:30;5285:31;5265:18;;;5258:59;5334:18;;37573:52:0::2;5005:353:1::0;37573:52:0::2;37636:17;37642:2;37646:6;37636:5;:17::i;:::-;37668:36;::::0;1367:25:1;;;-1:-1:-1;;;;;37668:36:0;::::2;::::0;37681:10:::2;::::0;37668:36:::2;::::0;1355:2:1;1340:18;37668:36:0::2;;;;;;;31834:20:::0;31149:1;32360:7;:21;32180:208;31834:20;37386:325;;:::o;37834:320::-;31792:21;:19;:21::i;:::-;37913:1:::1;37904:6;:10;37896:52;;;::::0;-1:-1:-1;;;37896:52:0;;5207:2:1;37896:52:0::1;::::0;::::1;5189:21:1::0;5246:2;5226:18;;;5219:30;5285:31;5265:18;;;5258:59;5334:18;;37896:52:0::1;5005:353:1::0;37896:52:0::1;37989:10;17371:7:::0;17397:18;;;;;;;;;;;38004:6;-1:-1:-1;37979:31:0::1;37958:106;;;::::0;-1:-1:-1;;;37958:106:0;;5565:2:1;37958:106:0::1;::::0;::::1;5547:21:1::0;5604:2;5584:18;;;5577:30;5643;5623:18;;;5616:58;5691:18;;37958:106:0::1;5363:352:1::0;37958:106:0::1;38075:25;38081:10;38093:6;38075:5;:25::i;:::-;38115:32;::::0;1367:25:1;;;38128:10:0::1;::::0;38115:32:::1;::::0;1355:2:1;1340:18;38115:32:0::1;;;;;;;31834:20:::0;31149:1;32360:7;:21;32180:208;31834:20;37834:320;:::o;36127:234::-;2635:13;:11;:13::i;:::-;-1:-1:-1;;;;;36212:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;::::1;;36204:60;;;::::0;-1:-1:-1;;;36204:60:0;;5922:2:1;36204:60:0::1;::::0;::::1;5904:21:1::0;5961:2;5941:18;;;5934:30;-1:-1:-1;;;5980:18:1;;;5973:52;6042:18;;36204:60:0::1;5720:346:1::0;36204:60:0::1;-1:-1:-1::0;;;;;36275:25:0;::::1;36303:5;36275:25:::0;;;:17:::1;:25;::::0;;;;;:33;;-1:-1:-1;;36275:33:0::1;::::0;;36323:31;::::1;::::0;36303:5;36323:31:::1;36127:234:::0;:::o;35691:286::-;2635:13;:11;:13::i;:::-;-1:-1:-1;;;;;35773:20:0;::::1;35765:48;;;::::0;-1:-1:-1;;;35765:48:0;;3453:2:1;35765:48:0::1;::::0;::::1;3435:21:1::0;3492:2;3472:18;;;3465:30;-1:-1:-1;;;3511:18:1;;;3504:45;3566:18;;35765:48:0::1;3251:339:1::0;35765:48:0::1;-1:-1:-1::0;;;;;35833:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;::::1;;35832:26;35824:57;;;::::0;-1:-1:-1;;;35824:57:0;;3797:2:1;35824:57:0::1;::::0;::::1;3779:21:1::0;3836:2;3816:18;;;3809:30;-1:-1:-1;;;3855:18:1;;;3848:48;3913:18;;35824:57:0::1;3595:342:1::0;35824:57:0::1;-1:-1:-1::0;;;;;35892:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;:32;;-1:-1:-1;;35892:32:0::1;35920:4;35892:32;::::0;;35940:29;::::1;::::0;35892:25;35940:29:::1;35691:286:::0;:::o;36935:234::-;2635:13;:11;:13::i;:::-;-1:-1:-1;;;;;37020:25:0;::::1;;::::0;;;:17:::1;:25;::::0;;;;;::::1;;37012:60;;;::::0;-1:-1:-1;;;37012:60:0;;5922:2:1;37012:60:0::1;::::0;::::1;5904:21:1::0;5961:2;5941:18;;;5934:30;-1:-1:-1;;;5980:18:1;;;5973:52;6042:18;;37012:60:0::1;5720:346:1::0;37012:60:0::1;-1:-1:-1::0;;;;;37083:25:0;::::1;37111:5;37083:25:::0;;;:17:::1;:25;::::0;;;;;:33;;-1:-1:-1;;37083:33:0::1;::::0;;37131:31;::::1;::::0;37111:5;37131:31:::1;36935:234:::0;:::o;3397:101::-;2635:13;:11;:13::i;:::-;3461:30:::1;3488:1;3461:18;:30::i;38243:72::-:0;35447:10;35429:29;;;;:17;:29;;;;;;;;;:54;;-1:-1:-1;2814:6:0;;;;;-1:-1:-1;;;;;2814:6:0;-1:-1:-1;;;;;35462:21:0;:10;-1:-1:-1;;;;;35462:21:0;;35429:54;35408:124;;;;-1:-1:-1;;;35408:124:0;;4144:2:1;35408:124:0;;;4126:21:1;4183:2;4163:18;;;4156:30;-1:-1:-1;;;4202:18:1;;;4195:53;4265:18;;35408:124:0;3942:347:1;35408:124:0;38300:8:::1;:6;:8::i;16283:93::-:0;16330:13;16362:7;16355:14;;;;;:::i;17617:178::-;17686:4;844:10;17740:27;844:10;17757:2;17761:5;17740:9;:27::i;3647:215::-;2635:13;:11;:13::i;:::-;-1:-1:-1;;;;;3731:22:0;::::1;3727:91;;3776:31;::::0;-1:-1:-1;;;3776:31:0;;3804:1:::1;3776:31;::::0;::::1;2539:51:1::0;2512:18;;3776:31:0::1;2393:203:1::0;3727:91:0::1;3827:28;3846:8;3827:18;:28::i;23028:128::-:0;23112:37;23121:5;23128:7;23137:5;23144:4;23112:8;:37::i;:::-;23028:128;;;:::o;2900:162::-;2814:6;;-1:-1:-1;;;;;2814:6:0;;;;;844:10;2959:23;2955:101;;3005:40;;-1:-1:-1;;;3005:40:0;;844:10;3005:40;;;2539:51:1;2512:18;;3005:40:0;2393:203:1;24717:476:0;-1:-1:-1;;;;;17959:18:0;;;24816:24;17959:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;24882:36:0;;24878:309;;;24957:5;24938:16;:24;24934:130;;;24989:60;;-1:-1:-1;;;24989:60:0;;-1:-1:-1;;;;;6291:32:1;;24989:60:0;;;6273:51:1;6340:18;;;6333:34;;;6383:18;;;6376:34;;;6246:18;;24989:60:0;6071:345:1;24934:130:0;25105:57;25114:5;25121:7;25149:5;25130:16;:24;25156:5;25105:8;:57::i;:::-;24806:387;24717:476;;;:::o;19695:300::-;-1:-1:-1;;;;;19778:18:0;;19774:86;;19819:30;;-1:-1:-1;;;19819:30:0;;19846:1;19819:30;;;2539:51:1;2512:18;;19819:30:0;2393:203:1;19774:86:0;-1:-1:-1;;;;;19873:16:0;;19869:86;;19912:32;;-1:-1:-1;;;19912:32:0;;19941:1;19912:32;;;2539:51:1;2512:18;;19912:32:0;2393:203:1;19869:86:0;19964:24;19972:4;19978:2;19982:5;19964:7;:24::i;27814:117::-;26825:16;:14;:16::i;:::-;27872:7:::1;:15:::0;;-1:-1:-1;;27872:15:0::1;::::0;;27902:22:::1;844:10:::0;27911:12:::1;27902:22;::::0;-1:-1:-1;;;;;2557:32:1;;;2539:51;;2527:2;2512:18;27902:22:0::1;;;;;;;27814:117::o:0;31867:307::-;31191:1;31994:7;;:18;31990:86;;32035:30;;-1:-1:-1;;;32035:30:0;;;;;;;;;;;31990:86;31191:1;32150:7;:17;31867:307::o;21760:208::-;-1:-1:-1;;;;;21830:21:0;;21826:91;;21874:32;;-1:-1:-1;;;21874:32:0;;21903:1;21874:32;;;2539:51:1;2512:18;;21874:32:0;2393:203:1;21826:91:0;21926:35;21942:1;21946:7;21955:5;21926:7;:35::i;22286:206::-;-1:-1:-1;;;;;22356:21:0;;22352:89;;22400:30;;-1:-1:-1;;;22400:30:0;;22427:1;22400:30;;;2539:51:1;2512:18;;22400:30:0;2393:203:1;22352:89:0;22450:35;22458:7;22475:1;22479:5;22450:7;:35::i;4016:187::-;4108:6;;;-1:-1:-1;;;;;4124:17:0;;;4108:6;4124:17;;;-1:-1:-1;;;;;;4124:17:0;;;;;;4156:40;;4108:6;;;;;;;;4156:40;;4089:16;;4156:40;4079:124;4016:187;:::o;27567:115::-;26578:19;:17;:19::i;:::-;27626:7:::1;:14:::0;;-1:-1:-1;;27626:14:0::1;27636:4;27626:14;::::0;;27655:20:::1;27662:12;844:10:::0;;765:96;24003:432;-1:-1:-1;;;;;24115:19:0;;24111:89;;24157:32;;-1:-1:-1;;;24157:32:0;;24186:1;24157:32;;;2539:51:1;2512:18;;24157:32:0;2393:203:1;24111:89:0;-1:-1:-1;;;;;24213:21:0;;24209:90;;24257:31;;-1:-1:-1;;;24257:31:0;;24285:1;24257:31;;;2539:51:1;2512:18;;24257:31:0;2393:203:1;24209:90:0;-1:-1:-1;;;;;24308:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;24353:76;;;;24403:7;-1:-1:-1;;;;;24387:31:0;24396:5;-1:-1:-1;;;;;24387:31:0;;24412:5;24387:31;;;;1367:25:1;;1355:2;1340:18;;1221:177;24387:31:0;;;;;;;;24003:432;;;;:::o;34820:177::-;34959:31;34973:4;34979:2;34983:6;34959:13;:31::i;27306:126::-;27024:7;;;;27364:62;;27400:15;;-1:-1:-1;;;27400:15:0;;;;;;;;;;;27106:128;27024:7;;;;27167:61;;;27202:15;;-1:-1:-1;;;27202:15:0;;;;;;;;;;;29058:145;26578:19;:17;:19::i;:::-;29166:30:::1;29180:4;29186:2;29190:5;-1:-1:-1::0;;;;;20399:18:0;;20395:540;;20551:5;20535:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;20395:540:0;;-1:-1:-1;20395:540:0;;-1:-1:-1;;;;;20609:15:0;;20587:19;20609:15;;;;;;;;;;;20642:19;;;20638:115;;;20688:50;;-1:-1:-1;;;20688:50:0;;-1:-1:-1;;;;;6291:32:1;;20688:50:0;;;6273:51:1;6340:18;;;6333:34;;;6383:18;;;6376:34;;;6246:18;;20688:50:0;6071:345:1;20638:115:0;-1:-1:-1;;;;;20873:15:0;;:9;:15;;;;;;;;;;20891:19;;;;20873:37;;20395:540;-1:-1:-1;;;;;20949:16:0;;20945:425;;21112:12;:21;;;;;;;20945:425;;;-1:-1:-1;;;;;21323:13:0;;:9;:13;;;;;;;;;;:22;;;;;;20945:425;21400:2;-1:-1:-1;;;;;21385:25:0;21394:4;-1:-1:-1;;;;;21385:25:0;;21404:5;21385:25;;;;1367::1;;1355:2;1340:18;;1221:177;21385:25:0;;;;;;;;20310:1107;;;:::o;14:527:1:-;163:2;152:9;145:21;126:4;195:6;189:13;238:6;233:2;222:9;218:18;211:34;263:1;273:140;287:6;284:1;281:13;273:140;;;398:2;382:14;;;378:23;;372:30;367:2;348:17;;;344:26;337:66;302:10;273:140;;;277:3;462:1;457:2;448:6;437:9;433:22;429:31;422:42;532:2;525;521:7;516:2;508:6;504:15;500:29;489:9;485:45;481:54;473:62;;;14:527;;;;:::o;546:173::-;614:20;;-1:-1:-1;;;;;663:31:1;;653:42;;643:70;;709:1;706;699:12;643:70;546:173;;;:::o;724:300::-;792:6;800;853:2;841:9;832:7;828:23;824:32;821:52;;;869:1;866;859:12;821:52;892:29;911:9;892:29;:::i;:::-;882:39;990:2;975:18;;;;962:32;;-1:-1:-1;;;724:300:1:o;1403:186::-;1462:6;1515:2;1503:9;1494:7;1490:23;1486:32;1483:52;;;1531:1;1528;1521:12;1483:52;1554:29;1573:9;1554:29;:::i;:::-;1544:39;1403:186;-1:-1:-1;;;1403:186:1:o;1594:374::-;1671:6;1679;1687;1740:2;1728:9;1719:7;1715:23;1711:32;1708:52;;;1756:1;1753;1746:12;1708:52;1779:29;1798:9;1779:29;:::i;:::-;1769:39;;1827:38;1861:2;1850:9;1846:18;1827:38;:::i;:::-;1594:374;;1817:48;;-1:-1:-1;;;1934:2:1;1919:18;;;;1906:32;;1594:374::o;2162:226::-;2221:6;2274:2;2262:9;2253:7;2249:23;2245:32;2242:52;;;2290:1;2287;2280:12;2242:52;-1:-1:-1;2335:23:1;;2162:226;-1:-1:-1;2162:226:1:o;2601:260::-;2669:6;2677;2730:2;2718:9;2709:7;2705:23;2701:32;2698:52;;;2746:1;2743;2736:12;2698:52;2769:29;2788:9;2769:29;:::i;:::-;2759:39;;2817:38;2851:2;2840:9;2836:18;2817:38;:::i;:::-;2807:48;;2601:260;;;;;:::o;2866:380::-;2945:1;2941:12;;;;2988;;;3009:61;;3063:4;3055:6;3051:17;3041:27;;3009:61;3116:2;3108:6;3105:14;3085:18;3082:38;3079:161;;3162:10;3157:3;3153:20;3150:1;3143:31;3197:4;3194:1;3187:15;3225:4;3222:1;3215:15;3079:161;;2866:380;;;:::o;6421:222::-;6486:9;;;6507:10;;;6504:133;;;6559:10;6554:3;6550:20;6547:1;6540:31;6594:4;6591:1;6584:15;6622:4;6619:1;6612:15
Swarm Source
bzz-raw://a9e00c826ab6aa089f79834957b1ad1bf45448396af9802508823735fb60399a,dweb:/ipfs/QmZhNmnRs7ovcAgSMpsZJY6U1SBtQ8usRu2s2HzfgRBFT6
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.