Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Elk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260072 | 2 days ago | | | 0 | 0.00043846677 | |
| 21259795 | 2 days ago | | | 0 | 0.00039392061 | |
| 21234824 | 5 days ago | | | 0 | 0.00047881344 | |
| 21220737 | 7 days ago | | | 0 | 0.00043871945 | |
| 21208249 | 9 days ago | | | 0 | 0.00074703698 | |
| 21205029 | 9 days ago | | | 0 | 0.00046369688 | |
| 21199208 | 10 days ago | | | 0 | 0.00033889112 | |
| 21196825 | 10 days ago | | | 0 | 0.00039309274 | |
| 21196810 | 10 days ago | | | 0 | 0.00041126674 | |
| 21196781 | 10 days ago | | | 0 | 0.00040707769 |
ABI
ABI objects
Getter at block 21271894
DOMAIN_SEPARATOR() view returns (bytes32)
0x9f8ab0b4bf551e7e5250ad6b68be4b13ddac93c1c881075af6922fa38d542a49
decimals() view returns (uint8)
18
name() view returns (string)
Elk
owner() view returns (address)
0x6bc5fc9d0d908ef8444a7d8f6a7e1a7050a82084
symbol() view returns (string)
ELK
totalSupply() view returns (uint256)
42424242000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.