Yield Bearing RVX
Verified contract
Active on
Ethereum with 845 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 "Yield Bearing RVX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16772367 | 2 years ago | | | 0 | 0.00090909076 | |
| 16652609 | 2 years ago | | | 0 | 0.0011638016 | |
| 15312148 | 2 years ago | | | 0 | 0.00020676490 | |
| 15199159 | 2 years ago | | | 0 | 0.00014163211 | |
| 14817620 | 3 years ago | | | 0 | 0.00027328812 | |
| 14243186 | 3 years ago | | | 0 | 0.0010970550 | |
| 14028794 | 3 years ago | | | 0 | 0.0022916260 | |
| 12004621 | 4 years ago | | | 0 | 0.0063347570 | |
| 11082070 | 4 years ago | | | 0 | 0.00080159470 | |
| 11075870 | 4 years ago | | | 0 | 0.00075710250 |
ABI
ABI objects
Getter at block 21245942
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Yield Bearing RVX
owner() view returns (address)
0x680b6e26c9b0107fda32d8395a977f3f00fa0c7f
symbol() view returns (string)
rRVX
totalSupply() view returns (uint256)
7675267167992048684678376
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(address _address, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.