ETH Price: $3,362.18 (-1.60%)
Gas: 7 Gwei

Token

Wrapped XRP (WXRP)
 

Overview

Max Total Supply

17,947,559.108324 WXRP

Holders

6,737 ( 0.074%)

Market

Price

$0.49 @ 0.000145 ETH (+0.38%)

Onchain Market Cap

$8,737,643.52

Circulating Supply Market Cap

$0.00

Other Info

Token Contract (WITH 18 Decimals)

Filtered by Token Holder
CoinMetro 1
Balance
293.48283767551897031 WXRP

Value
$142.88 ( ~0.0424962109350033 Eth) [0.0016%]
0xa270F3ad1a7a82E6a3157F12a900f1E25BC4FbFD
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Wrapped XRP is a 1:1 equivalent of XRP, on the Ethereum blockchain.

# Exchange Pair Price  24H Volume % Volume
1
Sushiswap
0X39FBBABF11738317A448031930706CD3E612E1B9-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48$0.4898
0.0001458 Eth
$7,454.96
15,674.093 0X39FBBABF11738317A448031930706CD3E612E1B9
84.9134%
2
Sushiswap
0X39FBBABF11738317A448031930706CD3E612E1B9-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2$0.4898
0.0001458 Eth
$1,390.95
2,784.831 0X39FBBABF11738317A448031930706CD3E612E1B9
15.0866%

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

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"}]

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.