ERC-20
Currency
Overview
Max Total Supply
17,947,559.108324 WXRP
Holders
7,504 ( 0.027%)
Market
Price
$0.60 @ 0.000240 ETH (+2.33%)
Onchain Market Cap
$10,818,483.52
Circulating Supply Market Cap
$10,818,482.00
Other Info
Token Contract (WITH 18 Decimals)
Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x0AB2851C...ec3ECE8DC The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Proxy
Compiler Version
v0.5.16+commit.9c3226ce
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2020-05-11 */ pragma solidity 0.5.16; contract Proxy { // Code position in storage is keccak256("PROXIABLE") = "0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7" // constructor(bytes memory constructData, address contractLogic) public { constructor(address contractLogic) public { // save the code address assembly { // solium-disable-line sstore(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7, contractLogic) } } function() external payable { assembly { // solium-disable-line let contractLogic := sload(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7) let ptr := mload(0x40) calldatacopy(ptr, 0x0, calldatasize) let success := delegatecall(gas, contractLogic, ptr, calldatasize, 0, 0) let retSz := returndatasize returndatacopy(ptr, 0, retSz) switch success case 0 { revert(ptr, retSz) } default { return(ptr, retSz) } } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"contractLogic","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516100f73803806100f78339818101604052602081101561003357600080fd5b8101908080519060200190929190505050807fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf755506081806100766000396000f3fe60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf75460405136600082376000803683855af43d806000843e81600081146048578184f35b8184fdfea265627a7a723158202aa72a5d731ff5a7debd097e8c96bc0a2a5f79475a841b3c746ea5f8eae14f5964736f6c634300051000320000000000000000000000005d382e896e5eac5adc123f29e3152472f3e5794e
Deployed Bytecode
0x60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf75460405136600082376000803683855af43d806000843e81600081146048578184f35b8184fdfea265627a7a723158202aa72a5d731ff5a7debd097e8c96bc0a2a5f79475a841b3c746ea5f8eae14f5964736f6c63430005100032
Deployed Bytecode Sourcemap
27:1113:0:-;;;621:66;615:73;719:4;713:11;761:12;756:3;751;738:36;858:1;855;841:12;836:3;821:13;816:3;803:57;887:14;938:5;935:1;930:3;915:29;965:7;991:1;986:59;;;;1098:5;1093:3;1086:18;986:59;1024:5;1019:3;1012:18
Swarm Source
bzzr://2aa72a5d731ff5a7debd097e8c96bc0a2a5f79475a841b3c746ea5f8eae14f59
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.