ERC-20
Exchange
Overview
Max Total Supply
92,590,161.271483578961216815 flexUSD
Holders
299 (0.00%)
Total Transfers
-
Market
Price
$0.09 @ 0.000029 ETH (+1.70%)
Onchain Market Cap
$8,708,660.21
Circulating Supply Market Cap
$15,646,172.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 0x8B6327a3...E97BEE113 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Proxy
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2020-11-19 */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; contract Proxy { // Code position in storage is keccak256("PROXIABLE") = "0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7" constructor(bytes memory constructData, address contractLogic) public { // save the code address assembly { // solium-disable-line sstore( 0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7, contractLogic ) } (bool success, bytes memory _) = contractLogic.delegatecall( constructData ); // solium-disable-line require(success, "Construction failed"); } fallback() external payable { assembly { // solium-disable-line let contractLogic := sload(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7) calldatacopy(0x0, 0x0, calldatasize()) let success := delegatecall(sub(gas(), 10000), contractLogic, 0x0, calldatasize(), 0, 0) let retSz := returndatasize() returndatacopy(0, 0, retSz) switch success case 0 { revert(0, retSz) } default { return(0, retSz) } } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"bytes","name":"constructData","type":"bytes"},{"internalType":"address","name":"contractLogic","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516102e23803806102e28339818101604052604081101561003357600080fd5b810190808051604051939291908464010000000082111561005357600080fd5b8382019150602082018581111561006957600080fd5b825186600182028301116401000000008211171561008657600080fd5b8083526020830192505050908051906020019080838360005b838110156100ba57808201518184015260208101905061009f565b50505050905090810190601f1680156100e75780820380516001836020036101000a031916815260200191505b5060405260200180519060200190929190505050807fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf755600060608273ffffffffffffffffffffffffffffffffffffffff16846040518082805190602001908083835b6020831061016d578051825260208201915060208101905060208303925061014a565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146101cd576040519150601f19603f3d011682016040523d82523d6000602084013e6101d2565b606091505b50915091508161024a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f436f6e737472756374696f6e206661696c65640000000000000000000000000081525060200191505060405180910390fd5b5050505060868061025c6000396000f3fe60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7543660008037600080366000846127105a03f43d806000803e8160008114604b57816000f35b816000fdfea2646970667358221220d86deceb41c0987c614ef8eac3131c1fbd66967d3a806ab5b4e22deefd63b44264736f6c634300060c00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000391905bb998c52f7570a262b1177ba2aa7e2ca160000000000000000000000000000000000000000000000000000000000000024fe4b84df000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7543660008037600080366000846127105a03f43d806000803e8160008114604b57816000f35b816000fdfea2646970667358221220d86deceb41c0987c614ef8eac3131c1fbd66967d3a806ab5b4e22deefd63b44264736f6c634300060c0033
Deployed Bytecode Sourcemap
62:1283:0:-:0;;;848:66;842:73;952:14;947:3;942;929:38;1067:1;1064;1048:14;1043:3;1028:13;1020:5;1013;1009:17;996:73;1096:16;1147:5;1144:1;1141;1126:27;1174:7;1200:1;1195:57;;;;1303:5;1300:1;1293:16;1195:57;1231:5;1228:1;1221:16
Swarm Source
ipfs://d86deceb41c0987c614ef8eac3131c1fbd66967d3a806ab5b4e22deefd63b442
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.