QuackedDuck
Verified contract
Active on
Ethereum with 777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUCK | ERC-20 | 7.757422M | $0.000264 |
$2,044.86 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17067381 | 2 years ago | | | 0 | 0.0036051712 | |
| 16342171 | 2 years ago | | | 0 | 0.0015932803 | |
| 16342100 | 2 years ago | | | 0 | 0.00086727190 | |
| 15360332 | 2 years ago | | | 0 | 0.0019353635 | |
| 15075171 | 2 years ago | | | 0 | 0.00095824272 | |
| 14356928 | 3 years ago | | | 0 | 0.0025210401 | |
| 14332763 | 3 years ago | | | 0 | 0.0015094327 | |
| 14296628 | 3 years ago | | | 0 | 0.0025569424 | |
| 14196594 | 3 years ago | | | 0 | 0.0024950516 | |
| 14196585 | 3 years ago | | | 0 | 0.0013608123 |
ABI
ABI objects
Getter at block 21414219
decimals() view returns (uint8)
18
duck() view returns (address)
0x92e187a03b6cd19cb6af293ba17f2745fd2357d5
getExchangeRate() view returns (uint256)
1103034626964915673
name() view returns (string)
QuackedDuck
symbol() view returns (string)
qDUCK
totalSupply() view returns (uint256)
7032799745223936666751215
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
toDUCK(uint256 qDuckAmount) view returns (uint256)
toQDUCK(uint256 duckAmount) view returns (uint256 xSushiAmount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
quack(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unquack(uint256 qDuckAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.