Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YB | ERC-20 | 2.2402M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4735351 | a year ago | | | 0 | 0.000000029765331717 | |
| 4221959 | a year ago | | | 0 | 0.0000049058197 | |
| 4221957 | a year ago | | | 0 | 9.9314775e-7 | |
| 3652664 | a year ago | | | 0 | 0.000000209795356815 | |
| 3652619 | a year ago | | | 0 | 2.1016786e-7 | |
| 3649056 | a year ago | | | 0 | 0.0000073567168 | |
| 3614068 | a year ago | | | 0 | 2.9686838e-7 | |
| 3610241 | a year ago | | | 0 | 2.1424852e-7 | |
| 3610240 | a year ago | | | 0 | 0.000000303030858306 | |
| 3607673 | a year ago | | | 0 | 0.000000303963348771 |
ABI
ABI objects
Getter at block 21830269
WETH() view returns (address)
0x4200000000000000000000000000000000000006
owner() view returns (address)
0xcef3f7eb3e208def93506cf39b12ad3eaa3de508
Read-only
checkETH(address tokenAddress) view returns (bool)
claimables(uint256) view returns (bool)
getUserData(uint256 poolId, address to) view returns (bool isWhiteList, uint256 spots)
isInWhiteList(uint256 poolId, address to) view returns (bool)
pools(uint256) view returns (address owner, address tokenAddress, address paymentToken, uint256 tokenAmount, uint256 price, uint256 startTime, uint256 endTime, bool isPublicSale, uint256 hardCap, uint256 minAmountPerWallet, uint256 maxAmountPerWallet, uint256 saledAmount, uint256 raisedAmount)
State-modifying
Events addWhiteLists(uint256 poolId, address[] tos, bool[] isWLs)
buy(uint256 poolId, uint256 amount) payable
claim(uint256 poolId)
claimRestToken(uint256 poolId)
createPool(address tokenAddress, address paymentToken, uint256 tokenAmount, uint256 price, uint256 startTime, uint256 period, bool isPublicSale, uint256 hardCap, uint256 minAmountPerWallet, uint256 maxAmountPerWallet)
emergencyWithdraw(address tokenAddress, uint256 amount)
renounceOwnership()
setClaimable(uint256 poolId, bool claimable)
setETH(address wethAddress)
transferOwnership(address newOwner)
withdraw(uint256 poolId)
BuyEvent(uint256 poolId, address to, uint256 amount, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.