SiringClockAuction
Verified contract
Active on
Ethereum with 89,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0601…266d
Balances ($5,267.31)
Native
Value
$5,267.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.579492 | $3,334.81 |
$5,267.31 | |
CK | ERC-20 | 75.568K | -- | -- | |
YOO | ERC-20 | 21.3587K | -- | -- | |
KCN | ERC-20 | 870 | -- | -- | |
ASS | ERC-20 | 750 | -- | -- | |
KITTEN | ERC-20 | 512 | -- | -- | |
BITCH | ERC-20 | 50 | -- | -- | |
FSCB | ERC-20 | 39.76 | -- | -- | |
BONUS | ERC-20 | 5 | -- | -- | |
KHHB | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269673 | 7 hours ago | | | 0 | 0.00038263047 | |
| 21225202 | 7 days ago | | | 0 | 0.00072031159 | |
| 21206782 | 9 days ago | | | 0 | 0.00064753578 | |
| 21117737 | 22 days ago | | | 0 | 0.00054644716 | |
| 21103753 | 23 days ago | | | 0 | 0.00030375684 | |
| 21097987 | 24 days ago | | | 0 | 0.00030667600 | |
| 21091966 | 25 days ago | | | 0 | 0.00053689929 | |
| 21063285 | a month ago | | | 0 | 0.00074994787 | |
| 20982544 | a month ago | | | 0 | 0.00053442190 | |
| 20961594 | a month ago | | | 0 | 0.00066031348 |
ABI
ABI objects
Getter at block 21271869
isSiringClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
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.