PrivateSaleA
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PrivateSaleA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12715444 | 3 years ago | | | 0 | 0.0028997900 | |
| 12715418 | 3 years ago | | | 0 | 0.00020774600 | |
| 12711417 | 3 years ago | | | 0 | 0.0016132320 | |
| 12710484 | 3 years ago | | | 0 | 0.00020774600 | |
| 12710426 | 3 years ago | | | 0 | 0.00087855600 | |
| 12710426 | 3 years ago | | | 0 | 0.00069029400 | |
| 12710426 | 3 years ago | | | 0 | 0.00066937606 | |
| 12710426 | 3 years ago | | | 0 | 0.00066937600 | |
| 12710426 | 3 years ago | | | 0 | 0.00083672000 | |
| 12710426 | 3 years ago | | | 0 | 0.00062754000 |
ABI
ABI objects
Getter at block 21397321
acceptableStableCoins() view returns (address[])
[0xdAC17F958D2ee523a2206206994597C13D831ec7, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48]
beneficiary() view returns (address)
0x02ba7f831a024b116d900ccb2a0563973c7b7aa9
cap() view returns (uint256)
5000000
collected() view returns (uint256)
5000000
duration() view returns (uint256)
122400
endTime() view returns (uint256)
1624734000
getParticipantsNumber() view returns (uint256)
110
isLive() view returns (bool)
false
maxPerAccount() view returns (uint256)
50000
minPerAccount() view returns (uint256)
100
owner() view returns (address)
0x0a141d4a9ca37195e8aadcfc375138765c47ada8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1624611600
whitelistRound() view returns (uint256)
1
whitelistedOnly() view returns (bool)
true
Read-only
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256)
getParticipantDataAt(uint256 index) view returns (struct PrivateSaleAParticipantData)
getParticipantsDataInRange(uint256 from, uint256 to) view returns (struct PrivateSaleAParticipantData[])
isWhitelisted(address account) view returns (bool)
maxAllocationOf(address account) view returns (uint256)
remainingAllocation(address account) view returns (uint256)
whitelisted(uint256, address) view returns (bool)
State-modifying
Events addWhitelistedAddresses(address[] addresses)
buyWith(address stableCoinAddress, uint256 amount)
claimOwnership()
endPresale()
recoverErc20(address token)
recoverEth()
setBeneficiary(address newBeneficiary)
setWhitelistRound(uint256 round)
setWhitelistedOnly(bool enabled)
transferOwnership(address newOwner, bool direct)
withdrawFunds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed purchaser, uint256 amount)
WhitelistChanged(bool newEnabled)
WhitelistRoundChanged(uint256 round)
constructor(address _owner, address _beneficiary, uint256 _minPerAccount, uint256 _maxPerAccount, uint256 _cap, uint256 _startTime, uint256 _duration, address[] _stableCoinsAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.