ClockAuction
Verified contract
Active on
Ethereum with 378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($98.03)
Native
Value
$98.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039 | $2,513.47 |
$98.03 | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- | |
CTN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14557986 | 3 years ago | | | 0 | 0.0026955185 | |
| 14557986 | 3 years ago | | | 0 | 0.0026955185 | |
| 14281588 | 3 years ago | | | 0 | 0.0044018234 | |
| 14281587 | 3 years ago | | | 0 | 0.0039372788 | |
| 14031679 | 3 years ago | | | 1 | 0.017493289 | |
| 13255565 | 3 years ago | | | 0 | 0.0011861427 | |
| 13098155 | 3 years ago | | | 0.5 | 0.010659918 | |
| 13075893 | 3 years ago | | | 0.3 | 0.0093743340 | |
| 13070102 | 3 years ago | | | 0 | 0.0033421207 | |
| 13070092 | 3 years ago | | | 0 | 0.0030215509 |
ABI
ABI objects
Getter at block 21090120
authorShare() view returns (uint256)
5000
isSaleClockAuction() view returns (bool)
true
owner() view returns (address)
0xbcd7247756be53fe42d8868f92549c54e7e64152
ownerCut() view returns (uint256)
390
paused() view returns (bool)
false
Read-only
getAuction(address _contract, uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt, uint256 currentPrice)
getCurrentPrice(address _contract, uint256 _tokenId) view returns (uint256)
getPendingWithdrawal(address _address) view returns (uint256)
toonContracts(uint256) view returns (address)
State-modifying
Events addToonContract(address _toonContractAddress)
bid(address _contract, uint256 _tokenId) payable
cancelAuction(address _contract, uint256 _tokenId)
cancelAuctionWhenPaused(address _contract, uint256 _tokenId)
createAuction(address _contract, uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause() returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
withdraw()
AuctionCancelled(address indexed _contract, uint256 indexed tokenId)
AuctionCreated(address indexed _contract, uint256 indexed tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(address indexed _contract, uint256 indexed tokenId, uint256 totalPrice, address indexed winner)
BalanceChanged(address indexed _address, uint256 oldBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
Withdrawal(address indexed receiver, uint256 amount)
constructor(uint256 _ownerCut, uint256 _authorShare)
This contract contains no fallback and receive objects.
This contract contains no error objects.