NewCratePreSale
Verified contract
Active on
Ethereum with 3,804 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBK | ERC-20 | 452 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
VOS.AI | ERC-20 | 1 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
SW | ERC-20 | 0.101646 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12177948 | 4 years ago | | | 0 | 0.0036015700 | |
| 5500781 | 7 years ago | | | 451.9 | 0.00022103000 | |
| 5500778 | 7 years ago | | | 0.1 | 0.00022103000 | |
| 5500766 | 7 years ago | | | 0 | 0.00030026000 | |
| 5373784 | 7 years ago | | | 0 | 0.00017732800 | |
| 5373784 | 7 years ago | | | 0 | 0.0044332000 | |
| 5373784 | 7 years ago | | | 0 | 0.00044332000 | |
| 5373784 | 7 years ago | | | 0 | 0.0012435126 | |
| 5373784 | 7 years ago | | | 0 | 0.00044332000 | |
| 5373784 | 7 years ago | | | 0 | 0.0013321766 |
ABI
ABI objects
Getter at block 21259133
MAX_CRATES_TO_SELL() view returns (uint256)
3900
PRESALE_END_TIMESTAMP() view returns (uint256)
1518699600
appreciationRateWei() view returns (uint256)
50000000000000
cratesSold() view returns (uint32)
3900
currentPrice() view returns (uint256)
407550000000000000
getPrice() view returns (uint256)
407550000000000000
oldAppreciationRateWei() view returns (uint256)
100000000000000
oldCratesSold() view returns (uint32)
1075
oldPrice() view returns (uint256)
232600000000000000
owner() view returns (address)
0xedf36a7c112fd806b39e2852dbc49b9f51b1ed27
paused() view returns (bool)
false
Read-only
addressToPurchasedBlocks(address, uint256) view returns (uint256)
expiredCrates(address) view returns (uint256)
getExpiredCratesForUser(address _user) view returns (uint256)
getPendingCrateForUserByIndex(address _user, uint256 _index) view returns (uint256)
getPendingCratesForUser(address _user) view returns (uint256[])
getRobotCountForUser(address _user) view returns (uint256)
getRobotForUserByIndex(address _user, uint256 _index) view returns (uint256)
getRobotsForUser(address _user) view returns (uint256[])
userToRobots(address, uint256) view returns (uint256)
State-modifying
Events _migrate(uint256 _index)
addFunds() payable
openAll()
pause() returns (bool)
purchaseCrates(uint8 _cratesToBuy) payable
transferOwnership(address newOwner)
unpause() returns (bool)
withdraw()
CratesOpened(address indexed _from, uint8 _quantity)
CratesPurchased(address indexed _from, uint8 _quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPaused(bool paused)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.