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 "ZEUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119602 | 8 days ago | | | 0 | 0.00011621558 | |
| 21080751 | 13 days ago | | | 0 | 0.00051443856 | |
| 21080713 | 13 days ago | | | 0 | 0.00061309298 | |
| 21080688 | 13 days ago | | | 0 | 0.00045567386 | |
| 21021009 | 22 days ago | | | 0 | 0.00048225719 | |
| 20997109 | 25 days ago | | | 0 | 0.00046023104 | |
| 20969744 | a month ago | | | 0 | 0.00051403827 | |
| 20962122 | a month ago | | | 0 | 0.00067896842 | |
| 20958097 | a month ago | | | 0 | 0.00060119970 | |
| 20909898 | a month ago | | | 0 | 0.00026889601 |
ABI
ABI objects
Getter at block 21176869
decimals() view returns (uint8)
18
name() view returns (string)
ZEUS
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
ZEUS
totalSupply() view returns (uint256)
420690000000000000000000000000
Read-only
_isBlacklisted(address) view returns (bool)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multipleBotlistAddress(address[] accounts, bool excluded)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.