TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 267,714 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($305,003.17)
Native
Value
$305,003.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 91.3 | $3,340.67 |
$305,003.17 | |
TROLL | ERC-20 | 1 | $0.00 |
$0 | |
TinFun | ERC-20 | 50M | -- | -- | |
TinFun | ERC-20 | 50M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21044039 | a month ago | | | 0 | 0.0014043628 | |
| 20182626 | 5 months ago | | | 0 | 0.00051074108 | |
| 20182608 | 5 months ago | | | 0 | 0.00056731159 | |
| 20182594 | 5 months ago | | | 0 | 0.00064879952 | |
| 20182582 | 5 months ago | | | 0 | 0.00052999269 | |
| 19502265 | 8 months ago | | | 0 | 0.0015814983 | |
| 19502259 | 8 months ago | | | 0 | 0.0014261016 | |
| 19502254 | 8 months ago | | | 0 | 0.0014934596 | |
| 19502247 | 8 months ago | | | 0 | 0.0014940017 | |
| 19502243 | 8 months ago | | | 0 | 0.0016553543 |
ABI
ABI objects
Getter at block 21243475
MAX_RESERVE_VALUE() view returns (uint256)
1000000000000000000000
guardian() view returns (address)
0x605b4eedf6d496f500fd5cb937029f3be3d3fc4a
maxDepositAmount() view returns (uint256)
200000000000000000
owner() view returns (address)
0x6650dc11f439f14d4dfbea75233bd9b0099a0647
reservePrice() view returns (uint256)
100000000000000000
reserveStage() view returns (uint8)
2
signer() view returns (address)
0x678cc9bcaeac6cf4173f4dcc15642436117c3ebb
totalRaisedAmount() view returns (uint256)
1000000000000000000000
vault() view returns (address)
0x6650dc11f439f14d4dfbea75233bd9b0099a0647
withdrawStatus() view returns (bool)
true
Read-only
depositBalances(address) view returns (uint256)
nonceUsed(bytes32) view returns (bool)
refundStatus(address) view returns (bool)
whitelistReserveBalances(address) view returns (uint256)
State-modifying
Events initialize(address _signer, address _guardian, address _vault)
publicReserve(address _guest, uint256 _amount, bytes32 _nonce, bytes _signature) payable
refund(address _guest, uint256 _refundAmount, bytes32 _nonce, bytes _signature)
renounceOwnership()
setGuardian(address _guardian)
setMaxDepositAmount(uint256 _maxDepositAmount)
setReservePrice(uint256 _reservePrice)
setReserveStage(uint8 _reserveStage)
setSigner(address _signer)
setTotalRaisedAmount(uint256 _totalRaisedAmount)
setVault(address _vault)
transferOwnership(address newOwner)
whitelistReserve(address _guest, uint256 _amount, bytes32 _nonce, bytes _signature) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicReserved(address indexed guest, uint256 amount)
Refunded(address indexed guest, uint256 amount)
ReserveStageChanged(uint8 newStage)
WhitelistReserved(address indexed guest, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
AlreadyRefunded()
AlreadyReserved()
AlreadyWithdrawn()
ExceedMaxDepositAmount()
ExceedMaxReserveValue()
InsufficientValue()
InvalidAddress()
InvalidNonce()
InvalidSignature()
InvalidStage()
InvalidValue()
NotRefundable()
OnlyEOA()
TransferFailed()