YgpzReserve
Verified contract
Implementation
Active on
Ethereum with 0 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
Balances ($0.00)
No balances found for "YgpzReserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "YgpzReserve"
ABI
ABI objects
Getter at block 20798533
canPublicDeposit() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
priceT1() view returns (uint256)
0
priceT2() view returns (uint256)
0
priceT3() view returns (uint256)
0
reserveState() view returns (uint256)
0
signer() view returns (address)
0x0000000000000000000000000000000000000000
totalAcceptedBidsInETH() view returns (uint256)
0
withdrawed() view returns (uint256)
0
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 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()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.