RiveX Token
Verified contract
Active on
Ethereum with 7,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RiveX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20729947 | 2 months ago | | | 0 | 0.00011264438 | |
| 20707561 | 2 months ago | | | 0 | 0.000090977762 | |
| 20391814 | 4 months ago | | | 0 | 0.00024160808 | |
| 20196385 | 5 months ago | | | 0 | 0.000052024088 | |
| 20159809 | 5 months ago | | | 0 | 0.000081248427 | |
| 20159563 | 5 months ago | | | 0 | 0.00013586015 | |
| 19918178 | 6 months ago | | | 0 | 0.0012883141 | |
| 19118504 | 10 months ago | | | 0 | 0.00055028608 | |
| 18954944 | 10 months ago | | | 0 | 0.00071190448 | |
| 18905697 | a year ago | | | 0 | 0.00035006343 |
ABI
ABI objects
Getter at block 21218047
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
RiveX Token
owner() view returns (address)
0xee4f37c7f4523db8f64d611e15962703d78ccf27
symbol() view returns (string)
RVX
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
drainToken(address _token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.