Digital Reserve Currency
Verified contract
Active on
Ethereum with 9,669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRC | ERC-20 | 4.664831M | $0.000184 |
$856.56 | |
USDC | ERC-20 | 150 | $1.001 |
$150.15 | |
NFTX | ERC-20 | 2.393673 | $24.17 |
$57.86 | |
UNI-V2 | ERC-20 | 0.000037 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183826 | 3 days ago | | | 0 | 0.0015150251 | |
| 21181852 | 3 days ago | | | 0 | 0.0017140596 | |
| 21181708 | 3 days ago | | | 0 | 0.0018424809 | |
| 21179913 | 4 days ago | | | 0 | 0.0040346492 | |
| 21175725 | 4 days ago | | | 0 | 0.0017486607 | |
| 21170379 | 5 days ago | | | 0 | 0.0010759635 | |
| 21142933 | 9 days ago | | | 0 | 0.00056875567 | |
| 21138584 | 9 days ago | | | 0 | 0.00094344703 | |
| 21111827 | 13 days ago | | | 0 | 0.00018470684 | |
| 21107192 | 14 days ago | | | 0 | 0.00025964693 |
ABI
ABI objects
Getter at block 21205247
decimals() view returns (uint8)
0
name() view returns (string)
Digital Reserve Currency
symbol() view returns (string)
DRC
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.