BoxAuctionHouse
Verified contract
Active on
Base with 1,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb4f…57b1
-
variable spans 4 additional slots
Balances ($4,210.87)
Native
Value
$4,210.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.27042 | $3,314.55 |
$4,210.87 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
NOB | ERC-20 | 2.5K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
BOX | ERC-721 | 1 | -- | -- | |
BOX | ERC-721 | 1 | -- | -- | |
BOX | ERC-721 | 1 | -- | -- | |
BOX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745755 | 4 hours ago | | | 0 | 0.0000031170817 | |
| 22734932 | 10 hours ago | | | 0 | 0.0000031170817 | |
| 22724109 | 16 hours ago | | | 0 | 0.0000031170817 | |
| 22713286 | a day ago | | | 0 | 0.0000031170817 | |
| 22702463 | a day ago | | | 0 | 0.0000031170817 | |
| 22691640 | a day ago | | | 0 | 0.0000031170817 | |
| 22680817 | 2 days ago | | | 0 | 0.0000031170817 | |
| 22669995 | 2 days ago | | | 0 | 0.0000031170817 | |
| 22659172 | 2 days ago | | | 0 | 0.0000031170817 | |
| 22648349 | 2 days ago | | | 0 | 0.0000031170817 |
ABI
ABI objects
Getter at block 22752565 getActiveTokens() view returns (struct BoxAuctionHouseToken[])
auction() view returns (uint256 tokenId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool 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
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(uint256) view returns (uint256 tokenId, uint256 claimableAmount)
claimableAmount(uint256 tokenId) view returns (uint256)
State-modifying
Events 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)
AuctionBid(uint256 indexed tokenId, address sender, uint256 value)
AuctionCreated(uint256 indexed tokenId, uint256 startTime, uint256 endTime)
AuctionDurationUpdated(uint256 duration)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed tokenId, address winner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardClaimed(uint256 indexed tokenId, address sender, uint256 amount)
constructor(address _initialOwner, address _box, address _weth, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration, address _uniswapRouterAddress, address _teamWalletAddress)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()