SaleClockAuction
Verified contract
Active on
Ethereum with 65 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.75)
Native
Value
$2.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000828 | $3,319.25 |
$2.75 | |
CT-🌞 | ERC-20 | 3 | -- | -- | |
CT-🍎 | ERC-20 | 3 | -- | -- | |
CT-💻 | ERC-20 | 2 | -- | -- | |
CT-🦄 | ERC-20 | 2 | -- | -- | |
CT-🛌 | ERC-20 | 2 | -- | -- | |
CT-🙃 | ERC-20 | 2 | -- | -- | |
CT-🍔 | ERC-20 | 2 | -- | -- | |
CT-☕️ | ERC-20 | 2 | -- | -- | |
CT-🐬 | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6671796 | 6 years ago | | | 0 | 0.0019029800 | |
| 6671786 | 6 years ago | | | 0 | 0.0016029400 | |
| 6671782 | 6 years ago | | | 0 | 0.0016029400 | |
| 6671756 | 6 years ago | | | 0 | 0.0019029800 | |
| 6671749 | 6 years ago | | | 0 | 0.0020932780 | |
| 6671731 | 6 years ago | | | 0 | 0.0016023000 | |
| 6671680 | 6 years ago | | | 0 | 0.0015223840 | |
| 6671655 | 6 years ago | | | 0 | 0.0015234080 | |
| 6671647 | 6 years ago | | | 0 | 0.00095117000 | |
| 6671647 | 6 years ago | | | 0 | 0.00095117000 |
ABI
ABI objects
Getter at block 21168915
cryptiblesAuctionContract() view returns (address)
0xc3cb67158b87fd0615bf5976ea33f86bb10f198a
ethAddress() view returns (address)
0x1f181ca5a1ae9583fccabb3db0c4e571a9a1c1d3
isSaleClockAuction() view returns (bool)
true
owner() view returns (address)
0x1f181ca5a1ae9583fccabb3db0c4e571a9a1c1d3
ownerCut() view returns (uint256)
375
paused() view returns (bool)
false
Read-only
getAuction(address _tokenAddress, uint256 _auctionNumber) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt, uint256 tokenQuantity, address tokenAddress, uint256 auctionNumber)
getCurrentPrice(address _tokenAddress, uint256 _auctionNumber) view returns (uint256)
State-modifying
Events bid(address _tokenAddress, uint256 _auctionNumber) payable
cancelAuction(address _tokenAddress, uint256 _auctionNumber)
cancelAuctionWhenPaused(address _tokenAddress, uint256 _auctionNumber)
createAuction(address _tokenAddress, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, uint256 _tokenQuantity)
pause() returns (bool)
setOwnerCut(uint256 _newCut)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionCancelled(address tokenAddress, address sellerAddress, uint256 auctionNumber, uint256 quantity)
AuctionCreated(address tokenAddress, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 quantity, uint256 auctionNumber, uint64 startedAt)
AuctionWinner(address tokenAddress, uint256 totalPrice, address winner, uint256 quantity, uint256 auctionNumber)
EtherWithdrawed(uint256 value)
Pause()
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.