RI Token
Verified contract
Active on
Ethereum with 3,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026110 | 19 days ago | | | 0 | 0.00029090512 | |
| 20381068 | 4 months ago | | | 0 | 0.000097527188 | |
| 20381061 | 4 months ago | | | 0 | 0.000092255586 | |
| 20381005 | 4 months ago | | | 0 | 0.000077833998 | |
| 19843005 | 6 months ago | | | 0 | 0.00012888605 | |
| 19799219 | 6 months ago | | | 0 | 0.00011382667 | |
| 19799198 | 6 months ago | | | 0 | 0.00024130755 | |
| 19525736 | 7 months ago | | | 0 | 0.00081743694 | |
| 19525732 | 7 months ago | | | 0 | 0.00076017318 | |
| 19306571 | 9 months ago | | | 0 | 0.00059973106 |
ABI
ABI objects
Getter at block 21160610
decimals() view returns (uint8)
18
name() view returns (string)
RI Token
owner() view returns (address)
0x791f60fec5c5f0b65c2d1d581d77fa5adaa678d0
symbol() view returns (string)
RI
totalSupply() view returns (uint256)
2217184194819979452635421
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.