SiringClockAuction
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9849…a346
Balances ($99.05)
Native
Value
$99.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03105 | $3,190.21 |
$99.05 | |
CK | ERC-20 | 38 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4602527 | 7 years ago | | | 0 | 0.000043813000 | |
| 4601933 | 7 years ago | | | 0 | 0.00014525200 | |
| 4599285 | 7 years ago | | | 0 | 0.000036313000 | |
| 4599254 | 7 years ago | | | 0 | 0.000036313000 | |
| 4599246 | 7 years ago | | | 0 | 0.000036313000 | |
| 4598498 | 7 years ago | | | 0 | 0.000022314000 | |
| 4598469 | 7 years ago | | | 0 | 0.000043813000 | |
| 4597997 | 7 years ago | | | 0 | 0.00018156500 | |
| 4597995 | 7 years ago | | | 0 | 0.00050838200 | |
| 4597900 | 7 years ago | | | 0 | 0.00044628000 |
ABI
ABI objects
Getter at block 21182452
isSiringClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x984976f6aca045057cc2a9de3d86a6b6d8aea346
owner() view returns (address)
0xba52c75764d6f594735dc735be7f1830cdf58ddf
ownerCut() view returns (uint256)
375
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
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause() returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
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.