This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 26,808 txns
Deployed by via 0x65c158ed at 19517401
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $499,241.67
0x32989b769a3f975926b2c94b53afb85f0cb7a35817c5644a838bcfeede3a62bf
0xfbf75e9c7677a58229ba9f7ebc6d999d0ccd7308a98984fd69e46a8506f3671a
0x72783cede661546f09443f182bccaaf4d72f0d3d7082134e2688873a5fda0547
0xdefb50ab861498eadea9b9f1f0cd3e50a9b83a55487590594247c203db4812d6
0xe2631bee694f4c310b5b15e3ecda036177a091d01cf5c4d63b9ca6f96cdc2f84
0x85fbb64a590b6f1d6f8d8011b11922ff308543e2fbb1e5d802d00eb1643aa585
0x2822510204c0a566ae7b7797d0daaa1b66d65679d27d1d8228401dad0901e218
0x9a6cd92bd3e6c88ceef3cd8fd22b88ad177ed3d07266e160e4d536a0feb16e43
0xc0614ad23a49eaac0007dafbbce0ceead8df4021f72f6a84ed61e8ff641ffe4b
0x4a8974f6da084f623613034c820deccb673818c1c6feb150ab637490cd99b67d

Functions
Getter at block 20812372
owner(view returns (address)
0x9dfdb9bf91013b8760f021e2ac6093473dc61cd2
reserveRequireSignature(view returns (bool)
false
reserveState(view returns (uint256)
3
signer(view returns (address)
0x321a3512fd8c1cd4431f09f1d13d1371d24520c3
spotPrice(view returns (uint256)
100000000000000000
totalAcceptedSalesInETH(view returns (uint256)
3080000000000000000000
withdrawed(view returns (uint256)
3080000000000000000000
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(