SiringClockAuction
Verified contract
Active on
Ethereum with 1,865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f5f…613f
Balances ($22.56)
Native
Value
$22.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006743 | $3,345.26 |
$22.56 | |
MB | ERC-20 | 1.042K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10265827 | 4 years ago | | | 0 | 0.00060457177 | |
| 10201596 | 4 years ago | | | 0 | 0.00053627700 | |
| 10043623 | 5 years ago | | | 0 | 0.00045966600 | |
| 10043611 | 5 years ago | | | 0 | 0.00049948670 | |
| 10043611 | 5 years ago | | | 0 | 0.00045966600 | |
| 10043607 | 5 years ago | | | 0 | 0.00044945121 | |
| 10043607 | 5 years ago | | | 0 | 0.00041880680 | |
| 10043607 | 5 years ago | | | 0 | 0.00041880680 | |
| 10043603 | 5 years ago | | | 0 | 0.00045966600 | |
| 10043603 | 5 years ago | | | 0 | 0.00045966600 |
ABI
ABI objects
Getter at block 21261246
bumpFee() view returns (uint256)
1000000000000000
isSiringClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x5f5ff74b198e5095069cf132d2523dbae516613f
owner() view returns (address)
0x881eb9c94af2cc08db2cfdec716c52a7e445ef40
ownerCut() view returns (uint256)
385
paused() view returns (bool)
false
Read-only
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
State-modifying
Events bid(uint256 _tokenId) payable
bumpAuction(uint256 tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause() returns (bool)
setAuctionParameters(address _nftAddress, uint256 _cut)
setBumpFee(uint256 val)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionBumped(uint256 tokenId)
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
Pause()
Unpause()
constructor(address _nftAddr, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.