VotingEscrowed-Aethir
Verified contract
Active on
Ethereum with 26,229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATH | ERC-20 | 279.154126 | $0.057942 |
$16.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161660 | 25 minutes ago | | | 0 | 0.00067740311 | |
| 21160558 | 4 hours ago | | | 0 | 0.00079224864 | |
| 21160362 | 5 hours ago | | | 0 | 0.00071748767 | |
| 21159938 | 6 hours ago | | | 0 | 0.00076418490 | |
| 21159821 | 7 hours ago | | | 0 | 0.0011420757 | |
| 21159648 | 7 hours ago | | | 0 | 0.0012758391 | |
| 21158952 | 9 hours ago | | | 0 | 0.0013833768 | |
| 21158951 | 9 hours ago | | | 0 | 0.00088068443 | |
| 21158875 | 10 hours ago | | | 0 | 0.0012336864 | |
| 21158831 | 10 hours ago | | | 0 | 0.0011879232 |
ABI
ABI objects
Getter at block 21161783
decimals() view returns (uint8)
18
name() view returns (string)
VotingEscrowed-Aethir
owner() view returns (address)
0x3f69bb14860f7f3348ac8a5f0d445322143f7fee
symbol() view returns (string)
veAethir
totalSupply() view returns (uint256)
629014972193312048749483559
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
mint(address account, uint256 value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)