CircleTechTimeSlotAuction

Verified contract

Active on Base with 79 txns
Deployed by via 0xe04ac3d9 at 13351461
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $599.54
ERC-20
Value $0
0x9e6f156a746ec44e0fc7d01dd1335672eaba83463493345c37ec30bd17b3f1c4
0xf28d8acecd8d1ae46e74e809b6e9dbbc134d8dbf713d32d3641d571d7bf9fa1f
0x76e7984fab495e36783a4c82a35fa6a40781530d9a9ef487e573ededddccd7f3
0x671686f268c56e4cc6ce2d8680c055dae06ed252fbda018b4ea99f1ec4ae0afc
0x9709dca36b3f403d346d5748ee1088b93af2c07c15c81b09109f3394c0443100
0x0bda68a5952375c9a77fa3953471b83c99ccd3ca853f42e59debd1e595f03003
0xcad0f1f102443ca8ad239d968a5cee6c7004b87444963a632d5af437386670d6
0x6a689eb23098c9ff2030dae9d5bb9b81742ea38f511cc4b52db3036f447168be
0xa891cd5129a3c933ba53c4dbff3042c1ad7e337fc50f83c85d66fd8ca72c87fc
0xf00058cb2a6fbe2bcb353b260b036f93dee029b1e688bcb7f46bf824487e573a

Functions
Getter at block 22753393
appFeePercentage(view returns (uint256)
5
appFeeWallet(view returns (address)
0x43bcee2a23f6d2bc5696fd328880525921a65cfe
nextAuctionId(view returns (uint256)
54
owner(view returns (address)
0x43bcee2a23f6d2bc5696fd328880525921a65cfe
paused(view returns (bool)
false
Read-only
auctions(uint256view returns (uint256 auctionEndTimeuint256 callDurationuint256 timeslotuint256 highestBidaddress highestBidderbool finalizedaddress creatoruint256 startingBidbool hasActiveBids)
State-modifying
createAuction(uint256 _timeSlotuint256 _callDurationuint256 _auctionLengthuint256 _startingBidreturns (uint256 auctionId)
emergencyWithdraw(
finalizeAuction(uint256 auctionId
pause(
placeBid(uint256 auctionIdpayable 
renounceOwnership(
setAppFeePercentage(uint256 _newAppFeePercentage
setAppFeeWallet(address _newAppFeeWallet
transferOwnership(address newOwner
unpause(
Events
AuctionCreated(uint256 indexed auctionIduint256 timeslotuint256 callDurationuint256 auctionEndTimeaddress indexed creatoruint256 startingBid
AuctionFinalized(uint256 indexed auctionIdaddress winneruint256 amount
BidPlaced(uint256 indexed auctionIdaddress bidderuint256 bid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _appFeeWalletuint256 _appFeePercentageaddress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account