ETH Price: $3,108.08 (+1.16%)
Gas: 7 Gwei

Token

RadixDLT.com (RADIX)
 

Overview

Max Total Supply

720,000,000 RADIX

Holders

166

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
760.6 RADIX

Value
$0.00
0x40d8142779c9f0b0bb424be3273a0fa93de11c64
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# 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 0xDE6FE997...0C05AA93e
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Proxy

Compiler Version
v0.4.26+commit.4563c3fc

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2020-10-03
*/

pragma solidity =0.4.26;

contract Proxy {
    address private constant constructorPlaceholder = 0xD21439d6742f79d858af3d87519587Ce930D8646;
    address private constant implementationPlaceholder = 0x7F2f24eE9Ec536635E60Ff905f1fC767fbf0575c;
    constructor(bytes data) public {
        bool success = constructorPlaceholder.delegatecall(data);
        if(!success) revert();
    }
    function() public payable {
        bool success = implementationPlaceholder.delegatecall(msg.data);
        assembly {
            let freememstart := mload(0x40)
            returndatacopy(freememstart, 0, returndatasize())
            switch success
            case 0 { revert(freememstart, returndatasize()) }
            default { return(freememstart, returndatasize()) }
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"name":"data","type":"bytes"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

608060405234801561001057600080fd5b5060405161018838038061018883398101806040528101908080518201929190505050600073d21439d6742f79d858af3d87519587ce930d864673ffffffffffffffffffffffffffffffffffffffff168260405180828051906020019080838360005b8381101561008e578082015181840152602081019050610073565b50505050905090810190601f1680156100bb5780820380516001836020036101000a031916815260200191505b50915050600060405180830381855af491505090508015156100dc57600080fd5b5050609c806100ec6000396000f30060806040526000737f2f24ee9ec536635e60ff905f1fc767fbf0575c73ffffffffffffffffffffffffffffffffffffffff1660003660405180838380828437820191505092505050600060405180830381855af491505090506040513d6000823e8160008114606c573d82f35b3d82fd00a165627a7a723058207a7420d4307820d99a52f5de39391f71b5642f224e2619711c78d69e3cab02110029000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000e447c81699000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000001f04ef12cb04cf1580000000000000000000000000000000000000000000000000000000000000000000008506c6f74582e696f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004504c4f540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x60806040526000737f2f24ee9ec536635e60ff905f1fc767fbf0575c73ffffffffffffffffffffffffffffffffffffffff1660003660405180838380828437820191505092505050600060405180830381855af491505090506040513d6000823e8160008114606c573d82f35b3d82fd00a165627a7a723058207a7420d4307820d99a52f5de39391f71b5642f224e2619711c78d69e3cab02110029

Deployed Bytecode Sourcemap

28:772:0:-;;;432:12;202:42;447:38;;486:8;;447:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;432:63;;556:4;550:11;607:16;604:1;590:12;575:49;645:7;671:1;666:49;;;;760:16;746:12;739:38;666:49;696:16;682:12;675:38

Swarm Source

bzzr://7a7420d4307820d99a52f5de39391f71b5642f224e2619711c78d69e3cab0211
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.