DAppNode DAO Token
Verified contract
Active on
Ethereum with 6,369 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($998.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1K | $0.998585 |
$998.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305245 | a day ago | | | 0 | 0.00019367200 | |
| 21266633 | 7 days ago | | | 0 | 0.00043020571 | |
| 21260230 | 8 days ago | | | 0 | 0.00035909140 | |
| 21247393 | 9 days ago | | | 0 | 0.00025153684 | |
| 21247391 | 9 days ago | | | 0 | 0.00025248089 | |
| 21169691 | 20 days ago | | | 0 | 0.00063674816 | |
| 21146840 | 23 days ago | | | 0 | 0.00024376351 | |
| 21100397 | a month ago | | | 0 | 0.00016439237 | |
| 21097072 | a month ago | | | 0 | 0.00020004030 | |
| 21075096 | a month ago | | | 0 | 0.00022028768 |
ABI
ABI objects
Getter at block 21314644
EIP712DOMAIN_HASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
NAME_HASH() view returns (bytes32)
0x1516f2223544938aa8c94ede78adef55df8fb03f42c0bafde0491ede41d2ade7
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
VERSION_HASH() view returns (bytes32)
0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6
decimals() view returns (uint8)
18
getChainId() view returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0xf1869b8b56fed8953548b18f6ded511f5a096370e68d4e842ebafa30425d7e54
initialBalance() view returns (uint256)
0
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
DAppNode DAO Token
symbol() view returns (string)
NODE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
changeMinter(address newMinter)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
ChangeMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.