DuckTiers
Verified contract
Active on
Ethereum with 16,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
0xc0ba…305f
Balances ($18,336.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUCK | ERC-20 | 7.82174M | $0.002168 |
$16,958 | |
DD | ERC-20 | 3.80243K | $0.362461 |
$1,378.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065691 | 15 days ago | | | 0 | 0.0010855494 | |
| 20645249 | 2 months ago | | | 0 | 0.000067395472 | |
| 20083609 | 5 months ago | | | 0 | 0.0010684839 | |
| 19989009 | 5 months ago | | | 0 | 0.00058975502 | |
| 19984714 | 5 months ago | | | 0 | 0.00063365869 | |
| 19982020 | 5 months ago | | | 0 | 0.00039621851 | |
| 19981138 | 5 months ago | | | 0 | 0.00062581141 | |
| 19980827 | 5 months ago | | | 0 | 0.00047252287 | |
| 19973896 | 5 months ago | | | 0 | 0.00095817949 | |
| 19971344 | 5 months ago | | | 0 | 0.00055624000 |
ABI
ABI objects
Getter at block 21171457
DUCK() view returns (address)
0xc0ba369c8db6eb3924965e5c4fd0b4c1b91e305f
canEmergencyWithdraw() view returns (bool)
false
getTiers() view returns (uint256[10] buf)
[2000000000000000000000, 5000000000000000000000, 10000000000000000000000, 20000000000000000000000, 100000000000000000000000, 0, 0, 0, 0, 0]
owner() view returns (address)
0xd408edf30ddeddea353accb987198129e95b9207
Read-only
calculateWithdrawFee(address _userAddress, uint256 _amount) view returns (uint256)
getUserTier(address _userAddress) view returns (uint8 res)
userInfo(address) view returns (uint256 staked, uint256 stakedTime)
withdrawFeePercent(uint256) view returns (uint256)
State-modifying
Events deposit(uint256 _amount)
emergencyWithdraw()
renounceOwnership()
transferOwnership(address newOwner)
updateEmergencyWithdrawStatus(bool _status)
updateTier(uint8 _tierId, uint256 _amount)
updateWithdrawFee(uint256 _key, uint256 _percent)
withdraw(uint256 _amount)
EmergencyWithdrawn(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 indexed amount, uint256 fee)
constructor(address _duckTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.