CircleTechTimeSlotAuction
Verified contract
Active on
Base with 79 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($599.54)
Native
Value
$599.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.180431 | $3,322.84 |
$599.54 | |
USA | ERC-20 | 1 | $0.000761 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14610632 | 6 months ago | | | 0 | 0.00043108928 | |
| 14503545 | 6 months ago | | | 0 | 0.00043111944 | |
| 14365602 | 6 months ago | | | 0 | 0.0000021296685 | |
| 14364279 | 6 months ago | | | 0 | 0.0000021296685 | |
| 14364243 | 6 months ago | | | 0 | 0.0000021296685 | |
| 14364183 | 6 months ago | | | 0 | 0.0000021295012 | |
| 14364140 | 6 months ago | | | 0 | 0.0000021298357 | |
| 14364060 | 6 months ago | | | 0 | 0.0000021298357 | |
| 14158624 | 6 months ago | | | 0 | 0.00043108928 | |
| 14133108 | 7 months ago | | | 0 | 0.00043102897 |
ABI
ABI objects
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(uint256) view returns (uint256 auctionEndTime, uint256 callDuration, uint256 timeslot, uint256 highestBid, address highestBidder, bool finalized, address creator, uint256 startingBid, bool hasActiveBids)
State-modifying
Events createAuction(uint256 _timeSlot, uint256 _callDuration, uint256 _auctionLength, uint256 _startingBid) returns (uint256 auctionId)
emergencyWithdraw()
finalizeAuction(uint256 auctionId)
pause()
placeBid(uint256 auctionId) payable
renounceOwnership()
setAppFeePercentage(uint256 _newAppFeePercentage)
setAppFeeWallet(address _newAppFeeWallet)
transferOwnership(address newOwner)
unpause()
AuctionCreated(uint256 indexed auctionId, uint256 timeslot, uint256 callDuration, uint256 auctionEndTime, address indexed creator, uint256 startingBid)
AuctionFinalized(uint256 indexed auctionId, address winner, uint256 amount)
BidPlaced(uint256 indexed auctionId, address bidder, uint256 bid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _appFeeWallet, uint256 _appFeePercentage, address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)