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) |
---|---|---|---|---|---|---|---|
| 2530928 | a year ago | | | 0 | 0.000000000486060000 | |
| 2361017 | a year ago | | | 0 | 0.000081100506 | |
| 2360599 | a year ago | | | 0 | 0.000034966136 | |
| 2359605 | a year ago | | | 0 | 0.000033233188 | |
| 2355208 | a year ago | | | 0 | 0.000069880505 | |
| 2351972 | a year ago | | | 0 | 0.0000097580199 | |
| 2350940 | a year ago | | | 0 | 0.0000034940301 | |
| 2350641 | a year ago | | | 0 | 0.000039616502 | |
| 2350639 | a year ago | | | 0 | 0.000069466503 | |
| 2350606 | a year ago | | | 0 | 0.000048139905 |
ABI
ABI objects
Getter at block 22916667
decimals() view returns (uint8)
18
name() view returns (string)
duckswap.world
owner() view returns (address)
0xf2da9bf810ef7fa02fda888360587bc8dde86ae5
symbol() view returns (string)
DUCK
totalSupply() view returns (uint256)
10000000000000000000000000
tradingBlock() view returns (uint256)
2313436
Read-only
_isExcludeFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events ExcludeFee_false(address ac)
ExcludeFee_true(address ac)
approve(address spender, uint256 amount) returns (bool)
closeTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
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.