TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 13,150 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 ($27,162.01)
Native
Value
$27,162.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.552 | $3,176.10 |
$27,162.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17029972 | 2 years ago | | | 0 | 0.0016712491 | |
| 17017161 | 2 years ago | | | 0 | 0.00085392400 | |
| 17017161 | 2 years ago | | | 0 | 0.0015691065 | |
| 16981340 | 2 years ago | | | 0 | 0.0022588253 | |
| 16979939 | 2 years ago | | | 0 | 0.0035542122 | |
| 16967683 | 2 years ago | | | 0 | 0.0014848256 | |
| 16825652 | 2 years ago | | | 0 | 0.0013732810 | |
| 16823575 | 2 years ago | | | 0 | 0.0012824762 | |
| 16772326 | 2 years ago | | | 0 | 0.0026355340 | |
| 16771344 | 2 years ago | | | 0 | 0.0034310901 |
ABI
ABI objects
Getter at block 21216323
RESERVE_PRICE() view returns (uint256)
1069000000000000000
getReservedUsersCount() view returns (uint256)
8882
owner() view returns (address)
0x1c593c369136264abfb908b4b20e74c9a5949417
reserveState() view returns (uint256)
3
reserveTotal() view returns (uint256)
14823
signer() view returns (address)
0x069e8e0917da9a47a2648a0efdcb99ee32e6aacd
totalAirdroppedItems() view returns (uint256)
9169
withdrawed() view returns (uint256)
9801661000000000000000
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.