0x03aaefbd2186ee851c5d06ce5f2b7fe12b75d6c9
Verified contract
Proxy
Active on
Ethereum with 27 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
0x9c8f…dc03
0x830b…c706
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "0x03aaefbd2186ee851c5d06ce5f2b7fe12b75d6c9"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16983168 | 2 years ago | | | 0 | 0.0013748913 | |
| 16976719 | 2 years ago | | | 2 | 0.00098459690 | |
| 16969656 | 2 years ago | | | 24.3 | 0.00088479132 | |
| 16969530 | 2 years ago | | | 0 | 0.0053415032 | |
| 16969449 | 2 years ago | | | 0 | 0.0044662011 | |
| 16962319 | 2 years ago | | | 0 | 0.0013863762 | |
| 16962247 | 2 years ago | | | 0 | 0.0059079131 | |
| 16962089 | 2 years ago | | | 0 | 0.0025839058 | |
| 16962078 | 2 years ago | | | 0 | 0.0025487169 | |
| 16962025 | 2 years ago | | | 0 | 0.0024844824 |
ABI
ABI objects
Getter at block 21220448
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)
0x830bd73e4184cef73443c15111a1df14e495c706
getConfig() view returns (struct IBidderConfig)
(26700000000000000000, 25000000000000000000, 360, 100000000000000, 0x5606b493c51316a9e65c9b2a00bbf7ff92515a3e)
lastBidBlock() view returns (uint256)
16969449
owner() view returns (address)
0x5606b493c51316a9e65c9b2a00bbf7ff92515a3e
paused() view returns (bool)
false
token() view returns (address)
0x9c8ff314c9bc7f6e59a9d9225fb22946427edc03
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)
This contract contains no constructor objects.
receive()
AlreadyHighestBidder()
AuctionNotSettled()
ExistingBidInBlock()
InvalidReceiver()
MaxBidExceeded()
NotInBidWindow()