NutsDAO
Verified contract
Active on
Ethereum with 2,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NUTS | ERC-20 | 8.8888 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270172 | 5 days ago | | | 0 | 0.00019955547 | |
| 21270168 | 5 days ago | | | 0 | 0.00034799226 | |
| 21118016 | a month ago | | | 0 | 0.00027051611 | |
| 21117974 | a month ago | | | 0 | 0.00028879153 | |
| 21032573 | a month ago | | | 0 | 0.00045966759 | |
| 20972199 | 2 months ago | | | 0 | 0.00075712757 | |
| 20889163 | 2 months ago | | | 0 | 0.00027162688 | |
| 20840114 | 2 months ago | | | 0 | 0.00029073119 | |
| 20595941 | 3 months ago | | | 0 | 0.000087032589 | |
| 20587807 | 3 months ago | | | 0 | 0.000060000903 |
ABI
ABI objects
Getter at block 21306817
decimals() view returns (uint8)
18
name() view returns (string)
NutsDAO
owner() view returns (address)
0x0baad6bb3972efffdaa337bb8e3ae3e3aab3d268
paused() view returns (bool)
false
symbol() view returns (string)
NUTS
totalSupply() view returns (uint256)
999999991111200000000000000
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
recoverERC20(address tokenAddress)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.