ETH Price: $2,437.87 (-1.18%)

Contract

0x6Aec6032CB9bd133A98735b7368119902df06F38
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

TokenTracker

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve231610862025-08-17 13:30:11389 days ago1755437411IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.000008920.1924326
Approve230167852025-07-28 9:34:59409 days ago1753695299IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.00001380.29774164
Approve185139562023-11-06 15:53:111039 days ago1699285991IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0018230839.10605263
Approve185131012023-11-06 13:00:471039 days ago1699275647IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0012550927.03374692
Approve185118072023-11-06 8:39:351039 days ago1699259975IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0009650320.78608296
Approve185084832023-11-05 21:29:591040 days ago1699219799IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0012348926.59865689
Approve185084352023-11-05 21:20:111040 days ago1699219211IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0012666827.3186544
Approve185082062023-11-05 20:33:111040 days ago1699216391IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0009392420.23054046
Approve185070162023-11-05 16:32:591040 days ago1699201979IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0010485822.49263442
Approve185058862023-11-05 12:44:231040 days ago1699188263IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0023214849.74573421
Approve185051942023-11-05 10:24:351040 days ago1699179875IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0006916114.91603507
Approve185051142023-11-05 10:08:231040 days ago1699178903IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0006853514.78104834
Approve185050992023-11-05 10:05:231040 days ago1699178723IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0006872814.7425822
Approve185049432023-11-05 9:33:591040 days ago1699176839IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0007196815.43765998
Approve185048082023-11-05 9:06:471040 days ago1699175207IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.001110623.79845837
Approve185047602023-11-05 8:56:471040 days ago1699174607IN
0x6Aec6032CB9bd133A98735b7368119902df06F38
0 ETH0.0007090615.28052449

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
Source Code Verified Exact Match

Contract Name

RazilToken

Compiler Version
v0.8.22+commit.4fc1097e
Optimization Enabled
Yes with 200 runs
Other Settings
default evmVersion
License
None
Contract Source Code (Solidity)
Contract Security Audit
No Contract Security Audit SubmittedSubmit Audit Here
Contract ABI
API
[{"inputs":[{"internalType":"address","name":"_initialOwner","type":"address"},{"internalType":"uint256","name":"_maxSupply","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"},{"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":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"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":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","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"}]
608060405234801562000010575f80fd5b5060405162000b0b38038062000b0b833981016040819052620000339162000219565b6040518060400160405280600581526020016414985e9a5b60da1b8152506040518060400160405280600381526020016214969360ea1b81525081600390816200007e9190620002f0565b5060046200008d8282620002f0565b505050620000a28282620000aa60201b60201c565b5050620003e2565b6001600160a01b038216620000d95760405163ec442f0560e01b81525f60048201526024015b60405180910390fd5b620000e65f8383620000ea565b5050565b6001600160a01b03831662000118578060025f8282546200010c9190620003bc565b909155506200018a9050565b6001600160a01b0383165f90815260208190526040902054818110156200016c5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401620000d0565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b038216620001a857600280548290039055620001c6565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200020c91815260200190565b60405180910390a3505050565b5f80604083850312156200022b575f80fd5b82516001600160a01b038116811462000242575f80fd5b6020939093015192949293505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806200027b57607f821691505b6020821081036200029a57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115620002eb57805f5260205f20601f840160051c81016020851015620002c75750805b601f840160051c820191505b81811015620002e8575f8155600101620002d3565b50505b505050565b81516001600160401b038111156200030c576200030c62000252565b62000324816200031d845462000266565b84620002a0565b602080601f8311600181146200035a575f8415620003425750858301515b5f19600386901b1c1916600185901b178555620003b4565b5f85815260208120601f198616915b828110156200038a5788860151825594840194600190910190840162000369565b5085821015620003a857878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b80820180821115620003dc57634e487b7160e01b5f52601160045260245ffd5b92915050565b61071b80620003f05f395ff3fe608060405234801561000f575f80fd5b506004361061009b575f3560e01c806370a082311161006357806370a082311461011457806395d89b411461013c578063a9059cbb14610144578063d5abeb0114610157578063dd62ed3e1461015f575f80fd5b806306fdde031461009f578063095ea7b3146100bd57806318160ddd146100e057806323b872dd146100f2578063313ce56714610105575b5f80fd5b6100a7610197565b6040516100b49190610575565b60405180910390f35b6100d06100cb3660046105dc565b610227565b60405190151581526020016100b4565b6002545b6040519081526020016100b4565b6100d0610100366004610604565b610240565b604051600681526020016100b4565b6100e461012236600461063d565b6001600160a01b03165f9081526020819052604090205490565b6100a7610263565b6100d06101523660046105dc565b610272565b6100e461027f565b6100e461016d36600461065d565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6060600380546101a69061068e565b80601f01602080910402602001604051908101604052809291908181526020018280546101d29061068e565b801561021d5780601f106101f45761010080835404028352916020019161021d565b820191905f5260205f20905b81548152906001019060200180831161020057829003601f168201915b5050505050905090565b5f3361023481858561028e565b60019150505b92915050565b5f3361024d8582856102a0565b610258858585610320565b506001949350505050565b6060600480546101a69061068e565b5f33610234818585610320565b5f61028960025490565b905090565b61029b838383600161037d565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811461031a578181101561030c57604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064015b60405180910390fd5b61031a84848484035f61037d565b50505050565b6001600160a01b03831661034957604051634b637e8f60e11b81525f6004820152602401610303565b6001600160a01b0382166103725760405163ec442f0560e01b81525f6004820152602401610303565b61029b83838361044f565b6001600160a01b0384166103a65760405163e602df0560e01b81525f6004820152602401610303565b6001600160a01b0383166103cf57604051634a1406b160e11b81525f6004820152602401610303565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561031a57826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161044191815260200190565b60405180910390a350505050565b6001600160a01b038316610479578060025f82825461046e91906106c6565b909155506104e99050565b6001600160a01b0383165f90815260208190526040902054818110156104cb5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610303565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661050557600280548290039055610523565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161056891815260200190565b60405180910390a3505050565b5f602080835283518060208501525f5b818110156105a157858101830151858201604001528201610585565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b03811681146105d7575f80fd5b919050565b5f80604083850312156105ed575f80fd5b6105f6836105c1565b946020939093013593505050565b5f805f60608486031215610616575f80fd5b61061f846105c1565b925061062d602085016105c1565b9150604084013590509250925092565b5f6020828403121561064d575f80fd5b610656826105c1565b9392505050565b5f806040838503121561066e575f80fd5b610677836105c1565b9150610685602084016105c1565b90509250929050565b600181811c908216806106a257607f821691505b6020821081036106c057634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561023a57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220b726f8e6ee33da9f3c170c674bb019401e2ab774a3e31e5e6f35e62a6eed474d64736f6c6343000816003300000000000000000000000059f6d5f02c69d5edb0168014d4e7a2aaef1a3de30000000000000000000000000000000000000000033b2e3c9fd0803ce8000000
Deployed Bytecode
0x608060405234801561000f575f80fd5b506004361061009b575f3560e01c806370a082311161006357806370a082311461011457806395d89b411461013c578063a9059cbb14610144578063d5abeb0114610157578063dd62ed3e1461015f575f80fd5b806306fdde031461009f578063095ea7b3146100bd57806318160ddd146100e057806323b872dd146100f2578063313ce56714610105575b5f80fd5b6100a7610197565b6040516100b49190610575565b60405180910390f35b6100d06100cb3660046105dc565b610227565b60405190151581526020016100b4565b6002545b6040519081526020016100b4565b6100d0610100366004610604565b610240565b604051600681526020016100b4565b6100e461012236600461063d565b6001600160a01b03165f9081526020819052604090205490565b6100a7610263565b6100d06101523660046105dc565b610272565b6100e461027f565b6100e461016d36600461065d565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6060600380546101a69061068e565b80601f01602080910402602001604051908101604052809291908181526020018280546101d29061068e565b801561021d5780601f106101f45761010080835404028352916020019161021d565b820191905f5260205f20905b81548152906001019060200180831161020057829003601f168201915b5050505050905090565b5f3361023481858561028e565b60019150505b92915050565b5f3361024d8582856102a0565b610258858585610320565b506001949350505050565b6060600480546101a69061068e565b5f33610234818585610320565b5f61028960025490565b905090565b61029b838383600161037d565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811461031a578181101561030c57604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064015b60405180910390fd5b61031a84848484035f61037d565b50505050565b6001600160a01b03831661034957604051634b637e8f60e11b81525f6004820152602401610303565b6001600160a01b0382166103725760405163ec442f0560e01b81525f6004820152602401610303565b61029b83838361044f565b6001600160a01b0384166103a65760405163e602df0560e01b81525f6004820152602401610303565b6001600160a01b0383166103cf57604051634a1406b160e11b81525f6004820152602401610303565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561031a57826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161044191815260200190565b60405180910390a350505050565b6001600160a01b038316610479578060025f82825461046e91906106c6565b909155506104e99050565b6001600160a01b0383165f90815260208190526040902054818110156104cb5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610303565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661050557600280548290039055610523565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161056891815260200190565b60405180910390a3505050565b5f602080835283518060208501525f5b818110156105a157858101830151858201604001528201610585565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b03811681146105d7575f80fd5b919050565b5f80604083850312156105ed575f80fd5b6105f6836105c1565b946020939093013593505050565b5f805f60608486031215610616575f80fd5b61061f846105c1565b925061062d602085016105c1565b9150604084013590509250925092565b5f6020828403121561064d575f80fd5b610656826105c1565b9392505050565b5f806040838503121561066e575f80fd5b610677836105c1565b9150610685602084016105c1565b90509250929050565b600181811c908216806106a257607f821691505b6020821081036106c057634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561023a57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220b726f8e6ee33da9f3c170c674bb019401e2ab774a3e31e5e6f35e62a6eed474d64736f6c63430008160033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000059f6d5f02c69d5edb0168014d4e7a2aaef1a3de30000000000000000000000000000000000000000033b2e3c9fd0803ce8000000

-----Decoded View---------------
Arg [0] : _initialOwner (address): 0x59f6d5f02c69D5edB0168014d4E7A2aAeF1A3de3
Arg [1] : _maxSupply (uint256): 1000000000000000000000000000

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 00000000000000000000000059f6d5f02c69d5edb0168014d4e7a2aaef1a3de3
Arg [1] : 0000000000000000000000000000000000000000033b2e3c9fd0803ce8000000

Deployed Bytecode Sourcemap
22579:359:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13190:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15483:190;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;15483:190:0;1004:187:1;14292:99:0;14371:12;;14292:99;;;1342:25:1;;;1330:2;1315:18;14292:99:0;1196:177:1;16251:249:0;;;;;;:::i;:::-;;:::i;22751:84::-;;;22826:1;1853:36:1;;1841:2;1826:18;22751:84:0;1711:184:1;14454:118:0;;;;;;:::i;:::-;-1:-1:-1;;;;;14546:18:0;14519:7;14546:18;;;;;;;;;;;;14454:118;13400:95;;;:::i;14777:182::-;;;;;;:::i;:::-;;:::i;22843:90::-;;;:::i;15022:142::-;;;;;;:::i;:::-;-1:-1:-1;;;;;15129:18:0;;;15102:7;15129:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;15022:142;13190:91;13235:13;13268:5;13261:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13190:91;:::o;15483:190::-;15556:4;7505:10;15612:31;7505:10;15628:7;15637:5;15612:8;:31::i;:::-;15661:4;15654:11;;;15483:190;;;;;:::o;16251:249::-;16338:4;7505:10;16396:37;16412:4;7505:10;16427:5;16396:15;:37::i;:::-;16444:26;16454:4;16460:2;16464:5;16444:9;:26::i;:::-;-1:-1:-1;16488:4:0;;16251:249;-1:-1:-1;;;;16251:249:0:o;13400:95::-;13447:13;13480:7;13473:14;;;;;:::i;14777:182::-;14846:4;7505:10;14902:27;7505:10;14919:2;14923:5;14902:9;:27::i;22843:90::-;22885:7;22912:13;14371:12;;;14292:99;22912:13;22905:20;;22843:90;:::o;20310:130::-;20395:37;20404:5;20411:7;20420:5;20427:4;20395:8;:37::i;:::-;20310:130;;;:::o;22026:487::-;-1:-1:-1;;;;;15129:18:0;;;22126:24;15129:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;22193:37:0;;22189:317;;22270:5;22251:16;:24;22247:132;;;22303:60;;-1:-1:-1;;;22303:60:0;;-1:-1:-1;;;;;2961:32:1;;22303:60:0;;;2943:51:1;3010:18;;;3003:34;;;3053:18;;;3046:34;;;2916:18;;22303:60:0;;;;;;;;22247:132;22422:57;22431:5;22438:7;22466:5;22447:16;:24;22473:5;22422:8;:57::i;:::-;22115:398;22026:487;;;:::o;16885:308::-;-1:-1:-1;;;;;16969:18:0;;16965:88;;17011:30;;-1:-1:-1;;;17011:30:0;;17038:1;17011:30;;;3237:51:1;3210:18;;17011:30:0;3091:203:1;16965:88:0;-1:-1:-1;;;;;17067:16:0;;17063:88;;17107:32;;-1:-1:-1;;;17107:32:0;;17136:1;17107:32;;;3237:51:1;3210:18;;17107:32:0;3091:203:1;17063:88:0;17161:24;17169:4;17175:2;17179:5;17161:7;:24::i;21291:443::-;-1:-1:-1;;;;;21404:19:0;;21400:91;;21447:32;;-1:-1:-1;;;21447:32:0;;21476:1;21447:32;;;3237:51:1;3210:18;;21447:32:0;3091:203:1;21400:91:0;-1:-1:-1;;;;;21505:21:0;;21501:92;;21550:31;;-1:-1:-1;;;21550:31:0;;21578:1;21550:31;;;3237:51:1;3210:18;;21550:31:0;3091:203:1;21501:92:0;-1:-1:-1;;;;;21603:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;21649:78;;;;21700:7;-1:-1:-1;;;;;21684:31:0;21693:5;-1:-1:-1;;;;;21684:31:0;;21709:5;21684:31;;;;1342:25:1;;1330:2;1315:18;;1196:177;21684:31:0;;;;;;;;21291:443;;;;:::o;17517:1135::-;-1:-1:-1;;;;;17607:18:0;;17603:552;;17761:5;17745:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;17603:552:0;;-1:-1:-1;17603:552:0;;-1:-1:-1;;;;;17821:15:0;;17799:19;17821:15;;;;;;;;;;;17855:19;;;17851:117;;;17902:50;;-1:-1:-1;;;17902:50:0;;-1:-1:-1;;;;;2961:32:1;;17902:50:0;;;2943:51:1;3010:18;;;3003:34;;;3053:18;;;3046:34;;;2916:18;;17902:50:0;2741:345:1;17851:117:0;-1:-1:-1;;;;;18091:15:0;;:9;:15;;;;;;;;;;18109:19;;;;18091:37;;17603:552;-1:-1:-1;;;;;18171:16:0;;18167:435;;18337:12;:21;;;;;;;18167:435;;;-1:-1:-1;;;;;18553:13:0;;:9;:13;;;;;;;;;;:22;;;;;;18167:435;18634:2;-1:-1:-1;;;;;18619:25:0;18628:4;-1:-1:-1;;;;;18619:25:0;;18638:5;18619:25;;;;1342::1;;1330:2;1315:18;;1196:177;18619:25:0;;;;;;;;17517:1135;;;:::o;14:548:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:173::-;635:20;;-1:-1:-1;;;;;684:31:1;;674:42;;664:70;;730:1;727;720:12;664:70;567:173;;;:::o;745:254::-;813:6;821;874:2;862:9;853:7;849:23;845:32;842:52;;;890:1;887;880:12;842:52;913:29;932:9;913:29;:::i;:::-;903:39;989:2;974:18;;;;961:32;;-1:-1:-1;;;745:254:1:o;1378:328::-;1455:6;1463;1471;1524:2;1512:9;1503:7;1499:23;1495:32;1492:52;;;1540:1;1537;1530:12;1492:52;1563:29;1582:9;1563:29;:::i;:::-;1553:39;;1611:38;1645:2;1634:9;1630:18;1611:38;:::i;:::-;1601:48;;1696:2;1685:9;1681:18;1668:32;1658:42;;1378:328;;;;;:::o;1900:186::-;1959:6;2012:2;2000:9;1991:7;1987:23;1983:32;1980:52;;;2028:1;2025;2018:12;1980:52;2051:29;2070:9;2051:29;:::i;:::-;2041:39;1900:186;-1:-1:-1;;;1900:186:1:o;2091:260::-;2159:6;2167;2220:2;2208:9;2199:7;2195:23;2191:32;2188:52;;;2236:1;2233;2226:12;2188:52;2259:29;2278:9;2259:29;:::i;:::-;2249:39;;2307:38;2341:2;2330:9;2326:18;2307:38;:::i;:::-;2297:48;;2091:260;;;;;:::o;2356:380::-;2435:1;2431:12;;;;2478;;;2499:61;;2553:4;2545:6;2541:17;2531:27;;2499:61;2606:2;2598:6;2595:14;2575:18;2572:38;2569:161;;2652:10;2647:3;2643:20;2640:1;2633:31;2687:4;2684:1;2677:15;2715:4;2712:1;2705:15;2569:161;;2356:380;;;:::o;3299:222::-;3364:9;;;3385:10;;;3382:133;;;3437:10;3432:3;3428:20;3425:1;3418:31;3472:4;3469:1;3462:15;3500:4;3497:1;3490:15
Swarm Source
ipfs://b726f8e6ee33da9f3c170c674bb019401e2ab774a3e31e5e6f35e62a6eed474d
🤖 Code Reader

Generate instant answers for your smart contract questions using AI Models. Read more.

Custom Contract ABI

                            

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.