ERC-721
Overview
Max Total Supply
449 ERODING&REFORMINGDIGITAL
Holders
80
Market
Volume (24H)
N/A
Min Price (24H)
N/A
Max Price (24H)
N/A
Other Info
Token Contract
Balance
1 ERODING&REFORMINGDIGITALLoading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
DanielArshamErosionsProxy
Compiler Version
v0.8.4+commit.c7e474f2
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.4; /* ██████╗ █████╗ ███╗ ██╗██╗███████╗██╗ ██╔══██╗██╔══██╗████╗ ██║██║██╔════╝██║ ██║ ██║███████║██╔██╗ ██║██║█████╗ ██║ ██║ ██║██╔══██║██║╚██╗██║██║██╔══╝ ██║ ██████╔╝██║ ██║██║ ╚████║██║███████╗███████╗ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝╚══════╝╚══════╝ █████╗ ██████╗ ███████╗██╗ ██╗ █████╗ ███╗ ███╗ ██╔══██╗██╔══██╗██╔════╝██║ ██║██╔══██╗████╗ ████║ ███████║██████╔╝███████╗███████║███████║██╔████╔██║ ██╔══██║██╔══██╗╚════██║██╔══██║██╔══██║██║╚██╔╝██║ ██║ ██║██║ ██║███████║██║ ██║██║ ██║██║ ╚═╝ ██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ______ / /\ / /##\ / /####\ / /######\ / /########\ / /##########\ / /#####/\#####\ / /#####/++\#####\ / /#####/++++\#####\ / /#####/\+++++\#####\ / /#####/ \+++++\#####\ / /#####/ \+++++\#####\ / /#####/ \+++++\#####\ / /#####/ \+++++\#####\ / /#####/__________\+++++\#####\ / \+++++\#####\ /__________________________\+++++\####/ \+++++++++++++++++++++++++++++++++\##/ \+++++++++++++++++++++++++++++++++\/ `````````````````````````````````` ██████╗██╗ ██╗██╗██████╗ ██╔════╝╚██╗██╔╝██║██╔══██╗ ██║ ╚███╔╝ ██║██████╔╝ ██║ ██╔██╗ ██║██╔═══╝ ╚██████╗██╔╝ ██╗██║██║ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ */ import "ICxipRegistry.sol"; // sha256(abi.encodePacked('eip1967.CxipRegistry.DanielArshamErosionsProxy')) == 0x34614b2160c4ad0a9004a062b1210e491f551c3b3eb86397949dc0279cf60c0d contract DanielArshamErosionsProxy { fallback() external payable { // sha256(abi.encodePacked('eip1967.CxipRegistry.DanielArshamErosions')) == 0x748042799f1a8ea5aa2ae183edddb216f96c3c6ada37066aa2ce51a56438ede7 address _target = ICxipRegistry(0xC267d41f81308D7773ecB3BDd863a902ACC01Ade).getCustomSource(0x748042799f1a8ea5aa2ae183edddb216f96c3c6ada37066aa2ce51a56438ede7); assembly { calldatacopy(0, 0, calldatasize()) let result := delegatecall(gas(), _target, 0, calldatasize(), 0, 0) returndatacopy(0, 0, returndatasize()) switch result case 0 { revert(0, returndatasize()) } default { return(0, returndatasize()) } } } }
// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.4; /*______/\\\\\\\\\__/\\\_______/\\\__/\\\\\\\\\\\__/\\\\\\\\\\\\\___ _____/\\\////////__\///\\\___/\\\/__\/////\\\///__\/\\\/////////\\\_ ___/\\\/_____________\///\\\\\\/________\/\\\_____\/\\\_______\/\\\_ __/\\\_________________\//\\\\__________\/\\\_____\/\\\\\\\\\\\\\/__ _\/\\\__________________\/\\\\__________\/\\\_____\/\\\/////////____ _\//\\\_________________/\\\\\\_________\/\\\_____\/\\\_____________ __\///\\\_____________/\\\////\\\_______\/\\\_____\/\\\_____________ ____\////\\\\\\\\\__/\\\/___\///\\\__/\\\\\\\\\\\_\/\\\_____________ _______\/////////__\///_______\///__\///////////__\///____________*/ interface ICxipRegistry { function getAsset() external view returns (address); function getAssetSigner() external view returns (address); function getAssetSource() external view returns (address); function getCopyright() external view returns (address); function getCopyrightSource() external view returns (address); function getCustomSource(bytes32 name) external view returns (address); function getCustomSourceFromString(string memory name) external view returns (address); function getERC1155CollectionSource() external view returns (address); function getERC721CollectionSource() external view returns (address); function getIdentitySource() external view returns (address); function getPA1D() external view returns (address); function getPA1DSource() external view returns (address); function getProvenance() external view returns (address); function getProvenanceSource() external view returns (address); function owner() external view returns (address); function setAsset(address proxy) external; function setAssetSigner(address source) external; function setAssetSource(address source) external; function setCopyright(address proxy) external; function setCopyrightSource(address source) external; function setCustomSource(string memory name, address source) external; function setERC1155CollectionSource(address source) external; function setERC721CollectionSource(address source) external; function setIdentitySource(address source) external; function setPA1D(address proxy) external; function setPA1DSource(address source) external; function setProvenance(address proxy) external; function setProvenanceSource(address source) external; }
{ "optimizer": { "enabled": true, "runs": 20000 }, "metadata": { "useLiteralContent": true, "bytecodeHash": "none" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract Creation Code
608060405234801561001057600080fd5b50610129806100206000396000f3fe608060408190527fb305cff90000000000000000000000000000000000000000000000000000000090527f748042799f1a8ea5aa2ae183edddb216f96c3c6ada37066aa2ce51a56438ede7608452600073c267d41f81308d7773ecb3bdd863a902acc01ade63b305cff960a460206040518083038186803b15801561008357600080fd5b505afa158015610097573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100bb91906100e1565b90503660008037600080366000845af43d6000803e8080156100dc573d6000f35b3d6000fd5b6000602082840312156100f2578081fd5b815173ffffffffffffffffffffffffffffffffffffffff81168114610115578182fd5b939250505056fea164736f6c6343000804000a
Deployed Bytecode
0x608060408190527fb305cff90000000000000000000000000000000000000000000000000000000090527f748042799f1a8ea5aa2ae183edddb216f96c3c6ada37066aa2ce51a56438ede7608452600073c267d41f81308d7773ecb3bdd863a902acc01ade63b305cff960a460206040518083038186803b15801561008357600080fd5b505afa158015610097573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100bb91906100e1565b90503660008037600080366000845af43d6000803e8080156100dc573d6000f35b3d6000fd5b6000602082840312156100f2578081fd5b815173ffffffffffffffffffffffffffffffffffffffff81168114610115578182fd5b939250505056fea164736f6c6343000804000a
Deployed Bytecode Sourcemap
3211:807:0:-:0;;;;;3462:141;;;3536:66;3462:141;582:25:2;3444:15:0;3476:42;3462:73;555:18:2;3462:141:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3444:159;;3657:14;3654:1;3651;3638:34;3751:1;3748;3732:14;3729:1;3720:7;3713:5;3700:53;3788:16;3785:1;3782;3767:38;3826:6;3846:68;;;;3965:16;3962:1;3955:27;3846:68;3882:16;3879:1;3872:27;14:333:2;84:6;137:2;125:9;116:7;112:23;108:32;105:2;;;158:6;150;143:22;105:2;195:9;189:16;245:42;238:5;234:54;227:5;224:65;214:2;;308:6;300;293:22;214:2;336:5;95:252;-1:-1:-1;;;95:252:2:o
Swarm Source
none://none
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.