Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($242.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAVES | ERC-20 | 147.071046 | $1.65 |
$242.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274825 | 3 hours ago | | | 0 | 0.00052579935 | |
| 21273853 | 6 hours ago | | | 0 | 0.00067052468 | |
| 21270910 | 16 hours ago | | | 0 | 0.0030564571 | |
| 21269095 | a day ago | | | 0 | 0.00030409330 | |
| 21268738 | a day ago | | | 0 | 0.00073507857 | |
| 21263198 | 2 days ago | | | 0 | 0.00063533871 | |
| 21249808 | 4 days ago | | | 0 | 0.00057815795 | |
| 21249217 | 4 days ago | | | 0 | 0.00069575976 | |
| 21247910 | 4 days ago | | | 0 | 0.00050079574 | |
| 21244556 | 4 days ago | | | 0 | 0.00069758347 |
ABI
ABI objects
Getter at block 21275633
decimals() pure returns (uint8)
18
name() pure returns (string)
WAVES
symbol() pure returns (string)
WAVES
totalSupply() view returns (uint256)
884941765146529323213410
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)
deposit(address account, uint256 amount) returns (bool)
deprecate()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
stake(uint256 reward) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(address account) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address indexed account)
Reward(uint256 id, uint256 amount)
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.