Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,350.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 170.395181 | $15.35 |
$2,615.57 | |
USDC | ERC-20 | 1K | $1.001 |
$1,001 | |
REVV | ERC-20 | 190.34556K | $0.003605 |
$686.25 | |
DSLA | ERC-20 | 231.167602K | $0.000138 |
$31.88 | |
REV | ERC-20 | 600.381K | $0.000025 |
$14.93 | |
MATIC | ERC-20 | 2 | $0.46432 |
$0.93 | |
MANA | ERC-20 | 0 | $0.425273 |
$0 | |
PRICE | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243637 | 2 hours ago | | | 0 | 0.00078052332 | |
| 21243316 | 3 hours ago | | | 0 | 0.00063707428 | |
| 21242807 | 5 hours ago | | | 0 | 0.00056026780 | |
| 21242268 | 7 hours ago | | | 0 | 0.00037623044 | |
| 21242022 | 8 hours ago | | | 0 | 0.00033257875 | |
| 21241561 | 9 hours ago | | | 0 | 0.00031570623 | |
| 21241343 | 10 hours ago | | | 0 | 0.00044368330 | |
| 21240674 | 12 hours ago | | | 0 | 0.00043959656 | |
| 21239085 | 17 hours ago | | | 0 | 0.00061493772 | |
| 21238431 | 20 hours ago | | | 0 | 0.00084429212 |
ABI
ABI objects
Getter at block 21244289
decimals() view returns (uint8)
18
name() view returns (string)
REVV
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
REVV
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOperator(address who) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistOperator(address operator, bool enabled)
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)
WhitelistedOperator(address operator, bool enabled)
constructor(address[] holders, uint256[] amounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.