PresaleV2
Verified contract
Active on
Ethereum with 402 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 "PresaleV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19641137 | 7 months ago | | | 0.1 | 0.0013460548 | |
| 19641136 | 7 months ago | | | 0.38 | 0.0013802214 | |
| 19641132 | 7 months ago | | | 0 | 0.0013765804 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0017758688 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0017758688 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0017758688 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0017758688 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0046757221 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0048087604 | |
| 19641123 | 7 months ago | | | 0.5 | 0.0048087604 |
ABI
ABI objects
Getter at block 21100815 whitelistCommunity() view returns (address[]) whitelistPrivate() view returns (address[])
ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
endSale() view returns (uint256)
1712974026
hardcap() view returns (uint256)
150000000000000000000
isRefund() view returns (bool)
false
maxInvest() view returns (uint256)
500000000000000000
minInvest() view returns (uint256)
100000000000000000
owner() view returns (address)
0x11d3f11f01014c359687039acbb318e11205dda6
paused() view returns (bool)
true
publicSale() view returns (uint256)
1712944026
refundWallet() view returns (address)
0x0000000000000000000000000000000000000000
saveWallet() view returns (address)
0x83b563a09db545b18c83de98e5b247150c807efb
softcap() view returns (uint256)
80000000000000000000
startCommunity() view returns (uint256)
1712944023
startPrivate() view returns (uint256)
1712944020
totalRaised() view returns (uint256)
150000000000000000000
Read-only
isWhiteListCommunity(address user_) view returns (bool)
isWhiteListPrivate(address user_) view returns (bool)
userInvested(address) view returns (uint256)
State-modifying
Events contribute(uint256 amount_) payable
pause()
refund()
renounceOwnership()
rescureFund(address _erc20, address _to) payable
setRefund()
setRefundWallet(address _new)
setSaveWallet(address _new)
setWhitelist(address[] list_, uint256 type_, bool action_)
settingBuy(uint256 hardcap_, uint256 softcap_, uint256 min_, uint256 max_)
settingTime(uint256 private_, uint256 community_, uint256 public_, uint256 end_)
transferOwnership(address newOwner)
unpause()
Contribute(address indexed investor, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Refund(address indexed investor, uint256 indexed amount)
RefundWalletChange(address indexed _old, address indexed _new)
SaveWalletChange(address indexed _old, address indexed _new)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)