CaptainzReserve
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CaptainzReserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16336048 | 2 years ago | | | 0 | 0.00061212722 | |
| 16334409 | 2 years ago | | | 0 | 0.0032010499 |
ABI
ABI objects
Getter at block 21216323
RESERVE_PRICE() view returns (uint256)
1069000000000000000
getReservedUsersCount() view returns (uint256)
0
owner() view returns (address)
0x1c593c369136264abfb908b4b20e74c9a5949417
reserveState() view returns (uint256)
0
reserveTotal() view returns (uint256)
0
signer() view returns (address)
0x14b2ee8d97603b4ae9ed82ee38bae254b449058c
totalAirdroppedItems() view returns (uint256)
0
withdrawed() view returns (uint256)
0
Read-only
checkValidity(bytes signature, string action) view returns (bool)
getReservedUsers(uint256 fromIdx, uint256 toIdx) view returns (address[])
isUserRefunded(address) view returns (bool)
itemsUserReserved(address) view returns (uint256)
State-modifying
Events changeReservePrice(uint256 price)
initialize(address _signer)
refund(uint256 wonAmount, bytes signature)
renounceOwnership()
reserve(uint256 amount, uint256 max, bytes signature) payable
setReserveState(uint8 state)
setSigner(address _signer)
setTotalAirdroppedItems(uint256 tai)
transferOwnership(address newOwner)
withdrawSales()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserRefunded(address indexed user, uint256 wonAmount)
UserReserved(address indexed user, uint256 amount, uint256 newAmt, uint256 max)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.