0x03aaefbd2186ee851c5d06ce5f2b7fe12b75d6c9

Verified contract

Proxy

Active on Ethereum with 27 txns
Deployed by via 0x38ebdeed at 16871511
Slot
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

No balances found for "0x03aaefbd2186ee851c5d06ce5f2b7fe12b75d6c9"

0xb4ad0f1ea1d88e03bfc6d0957846eb7499622c064ba789e5d1391b51e7955a94
0x06616e29bdc87879f3c7b1ee7dbdb1ba1ec8e96c8eb6603adc485ec5eb603d72
0xb0334f20fdddce9676f01e82bc831f5d9755c003779f2aa269755142ac59a6ef
0x0ffdd32c2abafeeae9c119d6b98a1bcfe0f713694161b844d6164d1303e58de5
From
0x43d6b351ca035a597150e650e94138babba712bb994aadf8f5ddd5604f0c3987
0x35eb0677bb8b88b61183089e1f789623887f6e37e97bfa61ed596487f8a30447
0x97388de849507af4ffed28ffc26d9ba6155eb2f1d3e6e9fe6ba39d59322a4f67
0x20a95e5020610b02488922644e35fa1bb6b0d5e04b56ad7251f607351a8493d8
0x0745e9ca2e33685056c14f319908767b04df5e7b29ac8d2a8ff137fc4bd3d162
0x6fd85e85e7dc26c272fc43cf257c1d5d964b4c8c23501bae381923f058cf8caf

Functions
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
bid(returns (uint256uint256)
initialize(address taddress ahaddress _ownerstruct IBidderConfig cfgpayable 
pause(
renounceOwnership(
setConfig(struct IBidderConfig cfg
transferOwnership(address newOwner
unpause(
withdraw(uint256 tId
withdrawBalance(
Events
BidMade(address calleruint256 tokenIduint256 amount
ConfigUpdate(struct IBidderConfig config
GasRefund(address indexed calleruint256 refundAmountbool refundSent
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Withdraw(address indexed calleruint256 tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AlreadyHighestBidder(
AuctionNotSettled(
ExistingBidInBlock(
InvalidReceiver(
MaxBidExceeded(
NotInBidWindow(