TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8,440 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
Balances ($31,553.27)
Native
Value
$31,553.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.4692 | $3,725.65 |
$31,553.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19604700 | 8 months ago | | | 0 | 0.0014828955 | |
| 19344562 | 9 months ago | | | 0 | 0.0033787496 | |
| 19110975 | 10 months ago | | | 0 | 0.00086418640 | |
| 19056378 | 10 months ago | | | 0 | 0.0012453543 | |
| 18953092 | a year ago | | | 0 | 0.0026409325 | |
| 18768586 | a year ago | | | 0 | 0.0020862886 | |
| 18650397 | a year ago | | | 0 | 0.0018264102 | |
| 18630078 | a year ago | | | 0 | 0.0029245495 | |
| 18495462 | a year ago | | | 0 | 0.00098958592 | |
| 18493603 | a year ago | | | 0 | 0.0022210332 |
ABI
ABI objects
Getter at block 21310702
canPublicDeposit() view returns (bool)
true
owner() view returns (address)
0x6c8ee01f1f8b62e987b3d18f6f28b22a0ada755f
priceT1() view returns (uint256)
200000000000000000
priceT2() view returns (uint256)
106900000000000000
priceT3() view returns (uint256)
69000000000000000
reserveState() view returns (uint256)
3
signer() view returns (address)
0xabcddc2312d1b91b0b1ee811b922b2e80798b7c2
totalAcceptedBidsInETH() view returns (uint256)
1761000000000000000000
withdrawed() view returns (uint256)
1761000000000000000000
Read-only
checkValidity(bytes signature, string action) view returns (bool)
getUserDepositedETHMultiple(address[] addresses) view returns (uint256[])
isUserRefunded(address) view returns (bool)
reservePrice(uint256 t1, uint256 t2, uint256 t3) view returns (uint256)
upgradePrice(uint256 fromT2toT1, uint256 fromT3toT1, uint256 fromMNPLtoT1) view returns (uint256)
userDepositedETH(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
initialize(address _signer)
refund(uint256 acceptedBidsInETH, bytes signature)
renounceOwnership()
reserve(uint256 t1, uint256 t2, uint256 t3, bytes signature) payable
setCanPublicDeposit(bool b)
setReserveState(uint8 state)
setSigner(address _signer)
setTotalAcceptedBidsInETH(uint256 e)
setupTierPrices(uint256 t1p, uint256 t2p, uint256 t3p)
transferOwnership(address newOwner)
upgradeReserve(uint256 fromT2toT1, uint256 fromT3toT1, uint256 fromMNPLtoT1) payable
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 acceptedBidsInETH)
UserReserve(address indexed user, uint256 amount, uint256 t1, uint256 t2, uint256 t3)
UserUpgradeReserve(address indexed user, uint256 amount, uint256 fromT2toT1, uint256 fromT3toT1, uint256 fromMNPLtoT1)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.