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) |
---|---|---|---|---|---|---|---|
| 17253449 | 2 years ago | | | 0 | 0.0020088874 | |
| 17241120 | 2 years ago | | | 0 | 0.0029626647 | |
| 17241048 | 2 years ago | | | 0 | 0.0030579946 | |
| 17239312 | 2 years ago | | | 0 | 0.0053900857 | |
| 17238948 | 2 years ago | | | 0 | 0.0060473485 | |
| 17238937 | 2 years ago | | | 0 | 0.0062143596 | |
| 17238614 | 2 years ago | | | 0 | 0.0072391039 | |
| 17238597 | 2 years ago | | | 0 | 0.0078605043 | |
| 17238536 | 2 years ago | | | 0 | 0.0065073027 | |
| 17238517 | 2 years ago | | | 0 | 0.0065281951 |
ABI
ABI objects
Getter at block 21276348
decimals() view returns (uint8)
18
name() view returns (string)
Duck
owner() view returns (address)
0x6993193483435dc595899f28f3873278573f2e58
symbol() view returns (string)
$DUCK
totalSupply() view returns (uint256)
88000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x5cdebeb9fe773cbddd38e749c81d2476f42263e7
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 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(address _uniswapV2Pair)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.