AsteroidSale
Verified contract
Active on
Ethereum with 2,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6e4c…b8ff
0x99ce…2a13
0x9b81…cf62
Balances ($0.00)
No balances found for "AsteroidSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17074239 | 2 years ago | | | 0.06809 | 0.0026143553 | |
| 17074186 | 2 years ago | | | 0 | 0.0016114562 | |
| 17074145 | 2 years ago | | | 0.058805 | 0.0076092744 | |
| 17074105 | 2 years ago | | | 0.05571 | 0.0073938264 | |
| 17074058 | 2 years ago | | | 0.05571 | 0.0070133343 | |
| 17074049 | 2 years ago | | | 0.04333 | 0.0074593337 | |
| 17073909 | 2 years ago | | | 0.058805 | 0.0060103179 | |
| 17073888 | 2 years ago | | | 0.077375 | 0.0069821120 | |
| 17073883 | 2 years ago | | | 0.04333 | 0.0057645550 | |
| 17073748 | 2 years ago | | | 0.05571 | 0.0067159454 |
ABI
ABI objects
Getter at block 21209408
baseAsteroidPrice() view returns (uint256)
30950000000000000
baseLotPrice() view returns (uint256)
3095000000000000
owner() view returns (address)
0xef0133437ab8da5c5e8873b61189610e2d8cb4f5
saleEndTime() view returns (uint64)
1681828200
saleStartTime() view returns (uint64)
1681473600
Read-only
getAsteroidPrice(uint256 _tokenId) view returns (uint256)
State-modifying
Events buyAsteroid(uint256 _tokenId) payable
cancelSale()
renounceOwnership()
setSaleParams(uint64 _startTime, uint64 _duration, uint256 _perAsteroid, uint256 _perLot)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleCancelled(uint64 indexed start)
SaleCreated(uint64 indexed start, uint64 end, uint256 asteroidPrice, uint256 lotPrice)
constructor(address _token, address _features, address _scans)
This contract contains no fallback and receive objects.
This contract contains no error objects.