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 "Alvalor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19000115 | a year ago | | | 0 | 0.00055062564 | |
| 10984023 | 4 years ago | | | 0 | 0.0011949600 | |
| 10984023 | 4 years ago | | | 0 | 0.0011954400 | |
| 10057625 | 5 years ago | | | 0 | 0.00049324800 | |
| 9481714 | 5 years ago | | | 0 | 0.00046185600 | |
| 8188964 | 5 years ago | | | 0 | 0.000050438300 | |
| 8187581 | 5 years ago | | | 0 | 0.000041412800 | |
| 8183366 | 5 years ago | | | 0 | 0.00045789000 | |
| 8142341 | 5 years ago | | | 0 | 0.0015461920 | |
| 8071709 | 5 years ago | | | 0 | 0.00018341200 |
ABI
ABI objects
Getter at block 21312490
claimedSupply() view returns (uint256)
3689348814741910323
decimals() view returns (uint8)
12
dropSupply() view returns (uint256)
3689348814741910323
frozen() view returns (bool)
true
maxSupply() view returns (uint256)
18446744073709551615
name() view returns (string)
Alvalor
owner() view returns (address)
0xe0c8dbf8250fdb5d6c4a28e780a7a38ac021fb38
paused() view returns (bool)
false
symbol() view returns (string)
TVAL
totalSupply() view returns (uint256)
18446744073709551615
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
claimable(address _receiver) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeDropper(address _dropper)
claim() returns (bool)
drop(address _receiver, uint256 _value) returns (bool)
freeze()
mint(address _receiver, uint256 _value) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed receiver, uint256 value)
Drop(address indexed receiver, uint256 value)
Freeze()
Mint(address indexed receiver, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.