TokenSale
Verified contract
Active on
Ethereum with 455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33,600.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 33.6K | $1.00 |
$33,600 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18799222 | a year ago | | | 0 | 0.0066639721 | |
| 18799198 | a year ago | | | 0 | 0.0048428382 | |
| 18799194 | a year ago | | | 0 | 0.0046506675 | |
| 18799186 | a year ago | | | 0 | 0.0051443280 | |
| 18799178 | a year ago | | | 0 | 0.0049700813 | |
| 18799177 | a year ago | | | 0 | 0.0050736198 | |
| 18799170 | a year ago | | | 0 | 0.0046800832 | |
| 18799170 | a year ago | | | 0 | 0.0046947762 | |
| 18799168 | a year ago | | | 0 | 0.0049154405 | |
| 18799133 | a year ago | | | 0 | 0.0053092159 |
ABI
ABI objects
Getter at block 21286070
currentCap() view returns (uint256)
300000000000
fcfsMerkleRoot() view returns (bytes32)
0x968c04be763655bceacecedd298a6d1610a762686b8a6d6396d1f3fceb284e72
guaranteedMerkleRoot() view returns (bytes32)
0x30411011ca42bbbb3506149538b99826eb0dd618c6492c98edeadbbfea9507a8
hardCap() view returns (uint256)
300000000000
owner() view returns (address)
0x692eb2d4d85688c5b319ff1b5308e4a42f9770ac
raffleMerkleRoot() view returns (bytes32)
0xfa7db5c1c2ab090aaaafa29090b673410f1861ee35a0e286b54c1528fc1e31db
rate() view returns (uint256)
28000000000000
softCap() view returns (uint256)
0
state() view returns (uint8)
3
stateDeadline() view returns (uint256)
1702756800
Read-only
committedValue(address) view returns (uint256)
raiseTokens(uint256) view returns (address)
State-modifying
Events claimRefund(address commitmentToken)
purchase(address to, address commitmentToken, uint256 amount, uint256 limit, bytes32[] proof)
renounceOwnership()
setRefund()
switchSaleState(uint256 deadline)
transferOwnership(address newOwner)
triggerDeadlineFinalisation()
updateFcfsRoot(bytes32 newRoot)
updateGuaranteedRoot(bytes32 newRoot)
updateRafflesRoot(bytes32 newRoot)
withdraw(address to, uint256 amount, address commitmentToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed purchaser, address indexed purchasedTo, address indexed purchasedWith, uint256 ixPurchased, uint256 tokensCommitted)
Refunded(address indexed to, uint256 amount)
SaleFinished()
SaleRefund()
SaleStarted()
SaleStateSwitch(uint8 oldState, uint8 newState)
UpdateFcfsRoot(bytes32 newRoot)
UpdateGuaranteedRoot(bytes32 newRoot)
UpdateRafflesRoot(bytes32 newRoot)
constructor(address[] _raiseTokens, uint256 _rate, bytes32 _rootGuaranteed, bytes32 _rootFcfs, bytes32 _rootRaffle, uint256 _hardCap, uint256 _softCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.