DuckyCitySale
Verified contract
Active on
Base with 1,623 txns
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 "DuckyCitySale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12324877 | 8 months ago | | | 0.062639661 | 0.0000051280114 | |
| 12324334 | 8 months ago | | | 0.1466525 | 0.0000059864648 | |
| 12289919 | 8 months ago | | | 0.005440298 | 8.3440673e-7 | |
| 12289796 | 8 months ago | | | 0.001139524 | 8.2721313e-7 | |
| 12289782 | 8 months ago | | | 0.007 | 8.2761662e-7 | |
| 12289782 | 8 months ago | | | 0.007 | 0.000021624004 | |
| 12289780 | 8 months ago | | | 0.008872322 | 0.0000011675638 | |
| 12289778 | 8 months ago | | | 0.04 | 0.000011037235 | |
| 12289776 | 8 months ago | | | 0.01420376 | 0.0000025218770 | |
| 12289776 | 8 months ago | | | 0.025816109 | 0.0000011835175 |
ABI
ABI objects
Getter at block 23062370
SELLER() view returns (address)
0x9aad11c81a470141068a1291e0fa50365fe4204a
getEndTime() view returns (uint256)
1711368911
getHardcap() view returns (uint256)
88000000000000000000
getMaximumContribute() view returns (uint256)
160000000000000000
getMinimumContribute() view returns (uint256)
1000000000000000
getRemainTimeBeforeStart() view returns (uint256)
0
getStartTime() view returns (uint256)
1711368000
getTotalContributor() view returns (uint256)
1055
isSaleEnded() view returns (bool)
true
owner() view returns (address)
0x9aad11c81a470141068a1291e0fa50365fe4204a
totalRaised() view returns (uint256)
87999260444000000000
totalTokenSell() view returns (uint256)
150000000000000000000000000
Read-only
getAmountToken(address buyer) view returns (uint256)
getContributedAmount(address buyer) view returns (uint256)
State-modifying
Events acceptOwnership()
buySale() payable
endSale()
setHardcap(uint256 hardcap)
setMaximumContributeAmount(uint256 maximumContributeAmount)
setSeller(address seller)
transferOwnership(address newOwner)
BuySale(address buyer, uint256 amount)
EndSale(uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 startTime, uint256 duration, uint256 totalAmountTokenSell, uint256 minimumContributeAmount, uint256 maximumContributeAmount, uint256 hardCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.