TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,313 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 ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17733619 | a year ago | | | 0 | 0.00089222892 | |
| 17733615 | a year ago | | | 0 | 0.00079837467 | |
| 17733612 | a year ago | | | 0 | 0.00061791421 | |
| 17733609 | a year ago | | | 0 | 0.00065283053 | |
| 17733604 | a year ago | | | 0 | 0.00061712415 | |
| 17733539 | a year ago | | | 0 | 0.00068726070 | |
| 16760886 | 2 years ago | | | 0 | 0.0016481156 | |
| 16760886 | 2 years ago | | | 0 | 0.0016481156 | |
| 16760886 | 2 years ago | | | 0 | 0.0016481156 | |
| 16760886 | 2 years ago | | | 0 | 0.0016481156 |
ABI
ABI objects
Getter at block 21378413 getUsersWillReceiveAirdrop() view returns (address[])
DEPOSIT_AMOUNT() view returns (uint256)
150000000000000000
MAX_WINNERS_COUNT() view returns (uint256)
331
auctionState() view returns (uint8)
3
depositedUserCount() view returns (uint256)
1175
finalPrice() view returns (uint256)
2500000000000000000
getAuctionState() view returns (uint8)
3
getFinalPrice() view returns (uint256)
2500000000000000000
getMaxWinnersCount() view returns (uint256)
331
getSigner() view returns (address)
0x9999f99a0b1d2c9a84232d48c6477e222569ee14
getUsersCountWillReceiveAirdrop() view returns (uint256)
268
owner() view returns (address)
0x0fb8c2e09090bf5c8eaec5cfa1354443675b720d
refundedUserCount() view returns (uint256)
844
signer() view returns (address)
0x9999f99a0b1d2c9a84232d48c6477e222569ee14
winnersCount() view returns (uint256)
331
Read-only
checkValidity(bytes signature, string action) view returns (bool)
isUserDeposited(address) view returns (bool)
isUserRefunded(address) view returns (bool)
isUserWillReceiveAirdrop(address) view returns (bool)
usersWillReceiveAirdrop(uint256) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changeDepositAmount(uint256 amount)
changeMaxWinnersCount(uint256 count)
deposit() payable
initialize(address _signer)
refund(bytes signature)
renounceOwnership()
setAuctionState(uint8 state)
setFinalPrice(uint256 price)
setSigner(address _signer)
setWinnersCount(uint256 _winnersCount)
transferOwnership(address newOwner)
winnerDepositExtra(bytes signature) 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)
UserDeposited(address indexed user)
UserRefunded(address indexed user)
UserWillReceiveAirdrop(address indexed user)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.