BoxAuctionHouse

Verified contract

Active on Base with 1,540 txns
Deployed by via 0xc284cd96 at 12805769
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Native
Value $4,210.87
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
 (#890)
ERC-721
--
 (#889)
ERC-721
--
 (#888)
ERC-721
--
 (#887)
ERC-721
--
0x4fcb0b53b2b16012607b2a4dce1232971c02a9f26b328d521ac8bf35acc2e0b8
0x4827e0a906bdb13006160e5c14f30c0cff58f95d049a8ea73fd4b3575fe06480
0xdee6a3bc85de454a5c719815b48b556c96256d1e1cd20f98c04e66fdc25e0d2a
0x3d7d17e6091ede92179e8a7ead8037ff7837c8d6e8e6a9ad6d2158b7c4b34f3e
0x8d7c1f5a5971075721f7c7bcb8aefcde8ed08d87d2c98578722bd590a39ec1da
0xa7706de1bcb32705a3ed573290e25af996f712d48b525df4053f5e3a508d322a
0x74e200e75d10ee1e2cb4770c884fe4acf4a1e6b2bc400cc5b35f3c0177409bd6
0x15d213d4f0c1caf4d32042d72a022cd1ccc3ee59cc626b238b93f1c372d712f4
0x3f1622ebfcddb2015779369fe6f639df511ef52cb40cdbc94c4e9a345ca35cae
0xe1157d09523a47c30e20a285239425c80f6e2139d75e76addc07a2ba99329160

Functions
Getter at block 22752565
auction(view returns (uint256 tokenIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(tokenId=890, amount=0, startTime=1732280857, endTime=1732302457, bidder=0x0000000000000000000000000000000000000000, settled=false)
box(view returns (address)
0xbb4f1c1a67501e601b3975e16b41bbfbba6557b1
duration(view returns (uint256)
21600
gemTokenAddress(view returns (address)
0xc9e0dc5b3a89c1d55760cbee2b5973957fb9ca11
 
getActiveTokens(view returns (struct BoxAuctionHouseToken[])
minBidIncrementPercentage(view returns (uint8)
2
owner(view returns (address)
0x12c24cb28ff0e793c8479c7e522f74e491724bb0
percentageToTeamWallet(view returns (uint8)
80
reservePrice(view returns (uint256)
10000000000000000
swapAmountPercentage(view returns (uint8)
10
teamWalletAddress(view returns (address)
0x46368964f5701f45966fa274c0404386a84ff0c3
thresholdToDistribute(view returns (uint256)
10000000000000000
totalReceivedFundsFromTax(view returns (uint256)
7346239267173272
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
weth(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
activeTokens(uint256view returns (uint256 tokenIduint256 claimableAmount)
claimableAmount(uint256 tokenIdview returns (uint256)
State-modifying
claim(uint256 tokenId
createBid(payable 
renounceOwnership(
setDuration(uint256 _duration
setGemTokenAddress(address _gemTokenAddress
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setUniswapRouterAddress(address _uniswapRouterAddress
settleCurrentAndCreateNewAuction(
startAuctionHouse(
transferOwnership(address newOwner
Events
AuctionBid(uint256 indexed tokenIdaddress senderuint256 value
AuctionCreated(uint256 indexed tokenIduint256 startTimeuint256 endTime
AuctionDurationUpdated(uint256 duration
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed tokenIdaddress winneruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardClaimed(uint256 indexed tokenIdaddress senderuint256 amount
Constructor
constructor(address _initialOwneraddress _boxaddress _wethuint256 _reservePriceuint8 _minBidIncrementPercentageuint256 _durationaddress _uniswapRouterAddressaddress _teamWalletAddress
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(