BootstrappingAuction
Verified contract
Active on
Ethereum with 324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRTC | ERC-20 | 55.735684K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18302005 | a year ago | | | 0 | 0.00029770140 | |
| 18179539 | a year ago | | | 0 | 0.0010975608 | |
| 17822116 | a year ago | | | 0 | 0.0016720095 | |
| 17793108 | a year ago | | | 0 | 0.0030837465 | |
| 17726098 | a year ago | | | 0 | 0.00079209994 | |
| 17723296 | a year ago | | | 0 | 0.0014738243 | |
| 17718596 | a year ago | | | 0 | 0.00078224950 | |
| 17718155 | a year ago | | | 0 | 0.00079255194 | |
| 17698086 | a year ago | | | 0 | 0.00081486832 | |
| 17692619 | a year ago | | | 0 | 0.0022185936 |
ABI
ABI objects
Getter at block 21158620
auctionSuccessful() view returns (bool)
true
isAuctionFinalized() view returns (bool)
true
totalCommitments() view returns (uint256)
526413200000000000000
Read-only
commitments(address user) view returns (uint256 amountCommitted)
State-modifying
Events claimETH()
claimTokens()
commitETH() payable
finalizeAuction()
ClaimedPRTC(address indexed who, uint256 amount)
CommittedETH(address indexed who, uint256 amount)
FinalizedAuction(uint256 timestamp)
RefundETH(address indexed who, uint256 amount)
constructor(address _prtc, address _beneficiary)
This contract contains no fallback and receive objects.
AuctionHasFinalized()
AuctionHasNotFinalized()
AuctionNotSuccessful()
ClaimTokensInstead()
NoCommitmentRegistered()
PleaseSendETH()