TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 27,716 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 ($78,499.45)
Native
Value
$78,499.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 24.6981 | $3,178.36 |
$78,499.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16488224 | 2 years ago | | | 0 | 0.0012299295 | |
| 16483858 | 2 years ago | | | 0 | 0.0012589277 | |
| 16444952 | 2 years ago | | | 0 | 0.0012696298 | |
| 16444769 | 2 years ago | | | 0 | 0.0012730148 | |
| 16434183 | 2 years ago | | | 0 | 0.0016050229 | |
| 16434135 | 2 years ago | | | 0 | 0.0014154645 | |
| 16434133 | 2 years ago | | | 0 | 0.0013604060 | |
| 16426836 | 2 years ago | | | 0 | 0.0014460549 | |
| 16423608 | 2 years ago | | | 0 | 0.0012204320 | |
| 16421555 | 2 years ago | | | 0 | 0.0020201606 |
ABI
ABI objects
Getter at block 21200773 getBiddersAll() view returns (address[]) getWLAirdropUsersAll() view returns (address[])
BID_ITEMS_COUNT() view returns (uint256)
3000
FOR_SALE_ITEMS_COUNT() view returns (uint256)
5336
MIN_BID_AMOUNT() view returns (uint256)
69000000000000000
auctionState() view returns (uint8)
3
finalPrice() view returns (uint256)
469000000000000000
getAirdroppingItemsCount() view returns (uint256)
4720
getAuctionState() view returns (uint8)
3
getBiddersLength() view returns (uint256)
10939
getFinalPrice() view returns (uint256)
469000000000000000
getForSaleItemsCount() view returns (uint256)
5336
getSigner() view returns (address)
0xabcddc2312d1b91b0b1ee811b922b2e80798b7c2
getWLAirdropLength() view returns (uint256)
1720
owner() view returns (address)
0x6c8ee01f1f8b62e987b3d18f6f28b22a0ada755f
signer() view returns (address)
0xabcddc2312d1b91b0b1ee811b922b2e80798b7c2
totalDepositedETH() view returns (uint256)
5037075400000100000001
withdrawed() view returns (uint256)
2213680000000000000000
wonBiddedItems() view returns (uint256)
3000
Read-only
bidders(uint256) view returns (address)
checkValidity(bytes signature, string action) view returns (bool)
getBidders(uint256 fromIdx, uint256 toIdx) view returns (address[])
getWLAirdropUsers(uint256 fromIdx, uint256 toIdx) view returns (address[])
isUserRefunded(address) view returns (bool)
userBidETH(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
addBid() payable
changeBidItemsCount(uint256 count)
changeForSaleItemsCount(uint256 count)
changeMinBidAmount(uint256 amount)
initialize(address _signer)
refund(bytes signature, uint256 wonItemsCount)
renounceOwnership()
setAuctionState(uint8 state)
setFinalPrice(uint256 price)
setSigner(address _signer)
setWonBiddedItems(uint256 items)
transferOwnership(address newOwner)
withdrawSales()
wlEnterAirdrop(bytes signature) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserEnteredBid(address indexed user, uint256 bidAmount, bool indexed newUser)
UserEnteredWLAirdrop(address indexed user)
UserRefunded(address indexed user, uint256 bidAmount, uint256 indexed wonItemsCount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.