E-RADIX
Verified contract
Active on
Ethereum with 91,273 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 |
---|---|---|---|---|---|
eXRD | ERC-20 | 1.144036M | $0.019138 |
$21,894.27 | |
USDT | ERC-20 | 10.032K | $1.003 |
$10,062.1 | |
USDC | ERC-20 | 3.198773K | $1.001 |
$3,201.97 | |
MOONDAY | ERC-20 | 13.00777 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244475 | 43 minutes ago | | | 0 | 0.00070937296 | |
| 21244414 | an hour ago | | | 0 | 0.00076457354 | |
| 21244403 | an hour ago | | | 0 | 0.00060773772 | |
| 21244379 | an hour ago | | | 0 | 0.00077541609 | |
| 21244376 | an hour ago | | | 0 | 0.00051368319 | |
| 21244254 | an hour ago | | | 0 | 0.00068204570 | |
| 21244164 | 2 hours ago | | | 0 | 0.00071958971 | |
| 21244132 | 2 hours ago | | | 0 | 0.00069276435 | |
| 21243915 | 3 hours ago | | | 0 | 0.00085944761 | |
| 21243544 | 4 hours ago | | | 0 | 0.00094120749 |
ABI
ABI objects
Getter at block 21244687
decimals() view returns (uint8)
18
mintersCount() view returns (uint256)
0
name() view returns (string)
E-RADIX
ownersCount() view returns (uint256)
1
symbol() view returns (string)
eXRD
totalSupply() view returns (uint256)
1225232865000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
mintersArray(uint256) view returns (address)
ownersArray(uint256) view returns (address)
State-modifying
Events addMinter(address account)
addOwner(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
removeMinter(address account)
renounceMinter()
renounceOwner()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnerAdded(address indexed account)
OwnerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address depositAddress, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.