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 "DUCK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17786215 | 4 months ago | | | 0 | 0.000000508132050951 | |
| 12455268 | 8 months ago | | | 0 | 0.0000037503891 | |
| 5495880 | a year ago | | | 0 | 0.000000009168223844 | |
| 3218916 | a year ago | | | 0 | 0.0000066197560 | |
| 2488946 | a year ago | | | 0 | 0.000044287107 | |
| 2448506 | a year ago | | | 0 | 0.000069928705 | |
| 2434722 | a year ago | | | 0 | 0.000036502822 | |
| 2292912 | a year ago | | | 0 | 0.000046619570 | |
| 2254604 | a year ago | | | 0 | 0.000069585003 | |
| 2198237 | a year ago | | | 0 | 0.0000067186494 |
ABI
ABI objects
Getter at block 23079676
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x43222d6ff8e825539675d1b2a5ab8c266e0de897fcc727c98084d0f7b1dbc9fd
admin() view returns (address)
0x0000000000000000000000000000000000000000
clock() view returns (uint48)
23079676
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=DUCK, version=1, chainId=8453, verifyingContract=0x6417c12afea85d0b07b3b56d9346b81c60758f8e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
DUCK
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DUCK
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events acceptAdmin()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceAdmin()
toggleDex(address _newDex)
transfer(address to, uint256 amount) returns (bool)
transferAdmin(address _newAdmin)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)