WellReserve

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9cd3c078 at 19517392
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WellReserve"

No transactions found for "WellReserve"


Functions
Getter at block 20812372
owner(view returns (address)
0x0000000000000000000000000000000000000000
reserveRequireSignature(view returns (bool)
false
reserveState(view returns (uint256)
0
signer(view returns (address)
0x0000000000000000000000000000000000000000
spotPrice(view returns (uint256)
0
totalAcceptedSalesInETH(view returns (uint256)
0
withdrawed(view returns (uint256)
0
Read-only
checkValidity(bytes signaturestring actionview returns (bool)
getUserDepositedETHMultiple(address[] addressesview returns (uint256[])
isUserRefunded(addressview returns (bool)
reservePrice(uint256 spotsview returns (uint256)
userDepositedETH(addressview returns (uint256)
State-modifying
initialize(address _signer
refund(uint256 acceptedBidsInETHbytes signature
renounceOwnership(
reserve(uint256 spotspayable 
reserveWithSignature(uint256 spotsbytes signaturepayable 
setReserveRequireSignature(bool b
setReserveState(uint8 state
setSigner(address _signer
setTotalAcceptedSalesInETH(uint256 e
setupSpotPrice(uint256 sp
transferOwnership(address newOwner
withdrawSales(
Events
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UserRefunded(address indexed useruint256 acceptedBidsInETH
UserReserve(address indexed useruint256 spotsuint256 accumSpotsuint256 amountETHuint256 accumAmountETHuint256 timestamp
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(