AxieClockAuction
Verified contract
Active on
Ethereum with 488,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x3472…e53d | ERC-20 | 52,543,500T | $3.50 |
$183,902,250,000,000,000,000 | |
0xe530…c838 | ERC-20 | 100K | $0.000029 |
$2.86 | |
0x1fcd…672f | ERC-20 | 2,000,000T | $0.001974 |
$3,948,460,000,000,000 | |
0x9355…38e0 | ERC-20 | 26.95K | $0.765445 |
$20,628.74 | |
0x7e96…0760 | ERC-20 | 1,000,000,000,000T | -- | -- | |
0x1d41…2d6f | ERC-20 | 20,000,000,000T | -- | -- | |
0x1dd0…190b | ERC-20 | 900,000,000T | -- | -- | |
0xdf9a…0ead | ERC-20 | 37,800,000T | -- | -- | |
0xe406…f655 | ERC-20 | 21,000,000T | -- | -- | |
0xcc82…0797 | ERC-20 | 19,500,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452850 | 4 months ago | | | 0 | 0.000025032000 | |
| 20452847 | 4 months ago | | | 0 | 0.000025020000 | |
| 16912916 | 2 years ago | | | 0.055 | 0.0043405200 | |
| 15190541 | 2 years ago | | | 0 | 0.00058114000 | |
| 15157968 | 2 years ago | | | 0 | 0.0037047360 | |
| 14030618 | 3 years ago | | | 0.095 | 0.0021220320 | |
| 14030618 | 3 years ago | | | 0.095 | 0.0021220320 | |
| 14030618 | 3 years ago | | | 0.085652604 | 0.0021220320 | |
| 14030618 | 3 years ago | | | 0.085652604 | 0.0020738040 | |
| 13701588 | 3 years ago | | | 0 | 0.0012478737 |
ABI
ABI objects
Getter at block 21249445
owner() view returns (address)
0x01bf1d7c5e192313c26414e134584275f46271cf
ownerCut() view returns (uint256)
425
paused() view returns (bool)
true
Read-only
auctions(address, uint256) view returns (address seller, uint128 startingPrice, uint128 endingPrice, uint64 duration, uint64 startedAt)
getAuction(address _nftAddress, uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(address _nftAddress, uint256 _tokenId) view returns (uint256)
State-modifying
Events bid(address _nftAddress, uint256 _tokenId) payable
cancelAuction(address _nftAddress, uint256 _tokenId)
cancelAuctionWhenPaused(address _nftAddress, uint256 _tokenId)
createAuction(address _nftAddress, uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
pause()
reclaimEther()
transferOwnership(address newOwner)
unpause()
AuctionCancelled(address indexed _nftAddress, uint256 indexed _tokenId)
AuctionCreated(address indexed _nftAddress, uint256 indexed _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
AuctionSuccessful(address indexed _nftAddress, uint256 indexed _tokenId, uint256 _totalPrice, address _winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(uint256 _ownerCut)
fallback()
This contract contains no error objects.