Bidder
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Bidder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Bidder"
ABI
ABI objects
Getter at block 21221870
MAX_REFUND_BASE_FEE() view returns (uint256)
200000000000
MAX_REFUND_GAS_USED() view returns (uint256)
200000
MAX_REFUND_PRIORITY_FEE() view returns (uint256)
2000000000
REFUND_BASE_GAS() view returns (uint256)
36000
auctionHouse() view returns (address)
0x0000000000000000000000000000000000000000
getConfig() view returns (struct IBidderConfig)
(0, 0, 0, 0, 0x0000000000000000000000000000000000000000)
lastBidBlock() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events bid() returns (uint256, uint256)
initialize(address t, address ah, address _owner, struct IBidderConfig cfg) payable
pause()
renounceOwnership()
setConfig(struct IBidderConfig cfg)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 tId)
withdrawBalance()
BidMade(address caller, uint256 tokenId, uint256 amount)
ConfigUpdate(struct IBidderConfig config)
GasRefund(address indexed caller, uint256 refundAmount, bool refundSent)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed caller, uint256 tokenId)
constructor()
receive()
AlreadyHighestBidder()
AuctionNotSettled()
ExistingBidInBlock()
InvalidReceiver()
MaxBidExceeded()
NotInBidWindow()