Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DUCK"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271639 | 5 hours ago | | | 0 | 0.00041293667 | |
| 21270805 | 8 hours ago | | | 0 | 0.00068827531 | |
| 21268101 | 17 hours ago | | | 0 | 0.00020073245 | |
| 21262722 | a day ago | | | 0 | 0.00018308035 | |
| 21262721 | a day ago | | | 0 | 0.00016730176 | |
| 21258834 | 2 days ago | | | 0 | 0.00024887522 | |
| 21249845 | 3 days ago | | | 0 | 0.00050486948 | |
| 21249796 | 3 days ago | | | 0 | 0.00069132767 | |
| 21248898 | 3 days ago | | | 0 | 0.00025130373 | |
| 21237276 | 5 days ago | | | 0 | 0.00044840294 |
ABI
ABI objects
Getter at block 21273237
ADD_LIQUIDITY_ADDRESS() view returns (address)
0x82a6b5ab4a97ea65bb710e018a18c90d53ff9d0d
MAX_TOTAL_SUPPLY() view returns (uint256)
210000000000000000000000000000
PAYMENT_ADDRESS() view returns (address)
0x9411fb2fee36a3e7ef1ce64855dfcece06a209c6
PURCHASE_PRICE() view returns (uint256)
10000000000000000
TOKENS_PER_PURCHASE() view returns (uint256)
50000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
DUCK
symbol() view returns (string)
DUCK
totalSupply() view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
purchaseCount(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
purchaseTokens(uint256 numPurchases) payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.