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 "SantaDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16204206 | 2 years ago | | | 0 | 0.00058326511 | |
| 11852578 | 4 years ago | | | 0 | 0.0017832540 | |
| 11705268 | 4 years ago | | | 0 | 0.0010148600 | |
| 11672061 | 4 years ago | | | 0 | 0.0018226866 | |
| 11555023 | 4 years ago | | | 0 | 0.0015140670 | |
| 11486496 | 4 years ago | | | 0 | 0.0012692680 | |
| 11348314 | 4 years ago | | | 0 | 0.00057051800 | |
| 11328685 | 4 years ago | | | 0 | 0.0034172600 | |
| 11310541 | 4 years ago | | | 0 | 0.0029734600 | |
| 11253920 | 4 years ago | | | 0 | 0.00065865000 |
ABI
ABI objects
Getter at block 21160494
_owner() view returns (address)
0x6fb209016b489977ecc78abf3eb5a8613e7ac728
decimals() view returns (uint256)
18
name() view returns (string)
SantaDAO
owner() view returns (address)
0x6fb209016b489977ecc78abf3eb5a8613e7ac728
symbol() view returns (string)
HOHO
totalSupply() view returns (uint256)
20000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, uint256 supplyDelta) returns (uint256)
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
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.
This contract contains no error objects.