ETH Price: $1,747.23 (-4.86%)
Gas: 17 Gwei
 

Overview

Max Total Supply

2,470.957264184524969568 WFIL

Holders

137 (0.00%)

Total Transfers

-

Market

Chart

Price

$0.00 @ 0.000000 ETH

Fully Diluted Market Cap

$21,596.17

Circulating Supply Market Cap

$21,599.00

Other Info

Token Contract (WITH 18 Decimals)

Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Wrapped Filecoin is an Ethereum based representation of Filecoin.

Market

Volume (24H):$126.99
Market Capitalization:$21,599.00
Circulating Supply:2,471.00 WFIL
Market Data Source: Coinmarketcap

# Exchange Pair Price  24H Volume % Volume

Similar Match Source Code
Note: This contract matches the deployed ByteCode of the Source Code for Contract 0x0ab2851cf7bdd6309c8507ea5cc52e2ec3ece8dc

Contract Name:
Proxy

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *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

Contract ABI

[{"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 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
[ 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.