WaitlistBatch
Verified contract
Active on
Ethereum with 1,637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1321…b288
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCX | ERC-20 | 392.75K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18554692 | a year ago | | | 0 | 0.0010214447 | |
| 16003021 | 2 years ago | | | 0 | 0.00082443095 | |
| 15978724 | 2 years ago | | | 0 | 0.0010679353 | |
| 15957049 | 2 years ago | | | 0 | 0.00045166644 | |
| 15957037 | 2 years ago | | | 0 | 0.00066352713 | |
| 15948119 | 2 years ago | | | 0 | 0.0021917836 | |
| 15946494 | 2 years ago | | | 0 | 0.0012089101 | |
| 15944134 | 2 years ago | | | 0 | 0.0015906882 | |
| 15937394 | 2 years ago | | | 0 | 0.0019318311 | |
| 15935456 | 2 years ago | | | 0 | 0.0086179299 |
ABI
ABI objects
Getter at block 21383086
currentTimestamp() view returns (uint256)
1733966231
depositCurrency() view returns (address)
0x1321f1f1aa541a56c31682c57b80ecfccd9bb288
depositLockupDuration() view returns (uint256)
31536000
getTotalNumberOfBatches() view returns (uint256)
2
moderator() view returns (address)
0x213ba2f2c15f7d9ed78e5301382d0a6055c61196
nextBatchNumber() view returns (uint256)
3
owner() view returns (address)
0x859a95b2b50c1fc25560a2c6dad5b3d0ba34b6e9
Read-only
batchMapping(uint256) view returns (uint256 totalSpots, uint256 filledSpots, uint256 batchStartTimestamp, uint256 depositAmount, uint256 approvedAt)
blacklist(address) view returns (bool)
getBatchInfoForUser(address _user) view returns (struct WaitlistBatchUserBatchInfo)
getDepositRetrievalTimestamp(address _account) view returns (uint256)
userBatchMapping(address) view returns (uint256)
userDepositMapping(uint256, address) view returns (uint256)
State-modifying
Events addNewBatch(uint256 _totalSpots, uint256 _batchStartTimestamp, uint256 _depositAmount)
addToBlacklist(address _user)
applyToBatch(uint256 _batchNumber)
approveBatch(uint256 _batchNumber)
changeBatchStartTimestamp(uint256 _batchNumber, uint256 _newStartTimestamp)
changeBatchTotalSpots(uint256 _batchNumber, uint256 _newSpots)
reclaimTokens()
removeFromBlacklist(address _user)
renounceOwnership()
setDepositLockupDuration(uint256 _duration)
setModerator(address _user)
transferOwnership(address newOwner)
transferTokens(address _tokenAddress, uint256 _amount, address _destination)
AddedToBlacklist(address user)
AppliedToBatch(address indexed user, uint256 batchNumber, uint256 amount)
BatchApproved(uint256 _batchNumber)
BatchTimestampChanged(uint256 batchNumber, uint256 batchStartTimstamp)
BatchTotalSpotsUpdated(uint256 batchNumber, uint256 newTotalSpots)
DepositLockupDurationSet(uint256 _depositLockupDuration)
ModeratorSet(address user)
NewBatchAdded(uint256 totalSpots, uint256 batchStartTimestamp, uint256 depositAmount, uint256 batchNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromBlacklist(address user)
TokensReclaimed(address user, uint256 amount)
TokensReclaimedBlacklist(address user, uint256 amount)
TokensTransferred(address tokenAddress, uint256 amount, address destination)
constructor(address _depositCurrency, uint256 _depositLockupDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.