DuckDAO Token
Verified contract
Active on
Ethereum with 3,054 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DuckDAO Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243819 | 11 hours ago | | | 0 | 0.00069859735 | |
| 21243805 | 11 hours ago | | | 0 | 0.00087663738 | |
| 21243798 | 11 hours ago | | | 0 | 0.00062723885 | |
| 21243706 | 11 hours ago | | | 0 | 0.0010846904 | |
| 21240871 | 21 hours ago | | | 0 | 0.00060988496 | |
| 21237205 | a day ago | | | 0 | 0.0010846041 | |
| 21237193 | a day ago | | | 0 | 0.0014286433 | |
| 21237084 | a day ago | | | 0 | 0.00090773167 | |
| 21237050 | a day ago | | | 0 | 0.0012642383 | |
| 21236904 | a day ago | | | 0 | 0.0015169463 |
ABI
ABI objects
Getter at block 21247041
DOMAIN_SEPARATOR() view returns (bytes32)
0x0119508279fc2ee0ab19e1200a73659a6a78ddafb259a541966588b705a32e25
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
DuckDAO Token
symbol() view returns (string)
DD
totalSupply() view returns (uint256)
13000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, 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)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _supply)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)