KubzAuction
Verified contract
Implementation
Active on
Ethereum with 2 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "KubzAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16283438 | 2 years ago | | | 0 | 0.00043075896 | |
| 16283297 | 2 years ago | | | 0 | 0.0028564485 |
ABI
ABI objects
Getter at block 21202246
BID_ITEMS_COUNT() view returns (uint256)
3000
FOR_SALE_ITEMS_COUNT() view returns (uint256)
5000
MIN_BID_AMOUNT() view returns (uint256)
69000000000000000
auctionState() view returns (uint8)
3
finalPrice() view returns (uint256)
0
getAirdroppingItemsCount() view returns (uint256)
0
getAuctionState() view returns (uint8)
3
getBiddersAll() view returns (address[])
[]
getBiddersLength() view returns (uint256)
0
getFinalPrice() view returns (uint256)
0
getForSaleItemsCount() view returns (uint256)
5000
getSigner() view returns (address)
0x3ed41d6ef357acfb38b1dcd1db3a6aeeb34e110b
getWLAirdropLength() view returns (uint256)
0
getWLAirdropUsersAll() view returns (address[])
[]
owner() view returns (address)
0x3ed41d6ef357acfb38b1dcd1db3a6aeeb34e110b
signer() view returns (address)
0x3ed41d6ef357acfb38b1dcd1db3a6aeeb34e110b
totalDepositedETH() view returns (uint256)
0
withdrawed() view returns (uint256)
0
wonBiddedItems() view returns (uint256)
0
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 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
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.