DLP Duck Token
Verified contract
Active on
Ethereum with 37,209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,760.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.309585K | $1.001 |
$1,310.89 | |
API3 | ERC-20 | 233.429058 | $1.91 |
$445.85 | |
DUCK | ERC-20 | 1.9K | $0.002207 |
$4.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235152 | 2 days ago | | | 0 | 0.00046897937 | |
| 21229517 | 2 days ago | | | 0 | 0.00090768234 | |
| 21229422 | 2 days ago | | | 0 | 0.00092668894 | |
| 21229399 | 2 days ago | | | 0 | 0.00068321727 | |
| 21229357 | 2 days ago | | | 0 | 0.00061807814 | |
| 21208007 | 5 days ago | | | 0 | 0.00055294185 | |
| 21207174 | 6 days ago | | | 0 | 0.00051693039 | |
| 21206468 | 6 days ago | | | 0 | 0.00022289618 | |
| 21206462 | 6 days ago | | | 0 | 0.00024426357 | |
| 21191792 | 8 days ago | | | 0 | 0.00038974704 |
ABI
ABI objects
Getter at block 21246612
MAX_FARMING_POOL() view returns (uint256)
70000000000000000000000000
PRESALE_SUPPLY() view returns (uint256)
22000000000000000000000000
TEAM_SUPPLY() view returns (uint256)
8000000000000000000000000
currentFarmingPool() view returns (uint256)
69999897477976976654096564
decimals() view returns (uint8)
18
name() view returns (string)
DLP Duck Token
owner() view returns (address)
0x4104ae7a4b42f46d11f08edd838a116f80ebcdd8
symbol() view returns (string)
DUCK
totalSupply() view returns (uint256)
66846992306307909292621197
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 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
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(address presaleWallet, address teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.