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 "UnusDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20984946 | a month ago | | | 0 | 0.00031515900 | |
| 20810928 | 2 months ago | | | 0 | 0.00060265824 | |
| 20810603 | 2 months ago | | | 0 | 0.0012795739 | |
| 20810596 | 2 months ago | | | 0 | 0.0011531709 | |
| 20810595 | 2 months ago | | | 0 | 0.0011333050 | |
| 20810595 | 2 months ago | | | 0 | 0.0012830234 | |
| 20810595 | 2 months ago | | | 0 | 0.0012833544 | |
| 20810595 | 2 months ago | | | 0 | 0.0012833544 | |
| 20810594 | 2 months ago | | | 0 | 0.00091235609 | |
| 20810594 | 2 months ago | | | 0 | 0.0012403507 |
ABI
ABI objects
Getter at block 21212041
blockZero() view returns (uint256)
20810554
blockZeroTimestamp() view returns (uint256)
1727061551
decimals() pure returns (uint8)
18
name() view returns (string)
UnusDAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
UNUS
totalSupply() view returns (uint256)
999999999999999997
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)
burn(uint256 amount)
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)
Burn(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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)