PublicSaleWaitlistContract
Verified contract
Active on
Ethereum with 323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0304…064b
0x6359…b4b4
Balances ($0.00)
No balances found for "PublicSaleWaitlistContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11222549 | 4 years ago | | | 0 | 0.17427900 | |
| 11181286 | 4 years ago | | | 0.01 | 0.00044072000 | |
| 11181232 | 4 years ago | | | 0.01 | 0.00052886403 | |
| 11181206 | 4 years ago | | | 0.01 | 0.00037461203 | |
| 11021569 | 4 years ago | | | 0 | 0.061707620 | |
| 11021540 | 4 years ago | | | 0 | 0.014161160 | |
| 11021424 | 4 years ago | | | 0 | 0.094517040 | |
| 11021395 | 4 years ago | | | 0 | 0.081948535 | |
| 11021395 | 4 years ago | | | 0 | 0.096410040 | |
| 11021393 | 4 years ago | | | 0 | 0.82992910 |
ABI
ABI objects
Getter at block 21171455
depositCount() view returns (uint256)
102
noStakeReleaseAmount() view returns (uint256)
166666670000000000000000
owner() view returns (address)
0x4e09884e065d9c29d5b1edaa9858e50ae5b0a5ce
stakeReleaseFirstBatchAmount() view returns (uint256)
83333330000000000000000
stakeReleaseSecondBatchAmount() view returns (uint256)
87500000000000000000000
stakeStart() view returns (uint256)
1602250689
status() view returns (uint8)
3
ticketSize() view returns (uint256)
2850000000000000000
whitelistCount() view returns (uint256)
700
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptDeposit()
refund(address _address)
refundMultiple(address[] _addresses)
releaseFirstBatchTokens(uint256 _count)
releaseSecondBatchTokens(uint256 _count)
renounceOwnership()
transferOwnership(address newOwner)
updateReceivingAddress(address _address)
updateTicketSize(uint256 _amount)
whitelistAddresses(address[] _addresses, bool[] _isStaking)
withdrawTokens()
Deposit(uint256 _timestamp, address indexed _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(uint256 _timestamp, address indexed _address)
TokenReleased(uint256 _timestamp, address indexed _address, uint256 _amount)
Whitelist(address indexed _address, bool _isStaking)
constructor()
receive()
This contract contains no error objects.