Realio Network
Verified contract
Active on
Ethereum with 98,106 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 |
---|---|---|---|---|---|
Bonk | ERC-20 | 69.982216M | $0.00005 |
$3,484.41 | |
USDT | ERC-20 | 2.29974K | $1.001 |
$2,302.04 | |
USDC | ERC-20 | 1.194K | $0.999908 |
$1,193.89 | |
TRIAS | ERC-20 | 99.7637 | $2.92 |
$291.31 | |
PEPE | ERC-20 | 4.086623M | $0.00002 |
$83.2 | |
Dione | ERC-20 | 7.35K | $0.005367 |
$39.44 | |
WEN | ERC-20 | 42.176041M | $0.00 |
$15.56 | |
FUFU | ERC-20 | 186.8319K | $0.000022 |
$4.2 | |
RIO | ERC-20 | 16.705358K | -- | -- | |
ATOR | ERC-20 | 170.734826 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244081 | 25 minutes ago | | | 0 | 0.00087361775 | |
| 21244000 | 42 minutes ago | | | 0 | 0.00074040405 | |
| 21243904 | an hour ago | | | 0 | 0.00083277073 | |
| 21243667 | 2 hours ago | | | 0 | 0.00088851763 | |
| 21243439 | 3 hours ago | | | 0 | 0.00045919535 | |
| 21243371 | 3 hours ago | | | 0 | 0.00069268848 | |
| 21242995 | 4 hours ago | | | 0 | 0.00049199284 | |
| 21242981 | 4 hours ago | | | 0 | 0.00052097210 | |
| 21242937 | 4 hours ago | | | 0 | 0.00048218243 | |
| 21242870 | 4 hours ago | | | 0 | 0.00057232483 |
ABI
ABI objects
Getter at block 21244206
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
getIsMintLocked() view returns (bool isMintLocked)
true
name() view returns (string)
Realio Network
symbol() view returns (string)
RIO
totalSupply() view returns (uint256)
74488102180062914640652382
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.