AxieSiringClockAuction
Verified contract
Active on
Ethereum with 5,383 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4253…0d5c
Balances ($8,742.45)
Native
Value
$8,742.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.249475 | $3,886.44 |
$8,742.45 | |
YOO | ERC-20 | 13.8K | -- | -- | |
STT | ERC-20 | 4 | -- | -- | |
EBK | ERC-20 | 2.231852 | -- | -- | |
NDIGI | ERC-721 | 1 | -- | -- | |
NEONDISTRICT.IO | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9211725 | 5 years ago | | | 0 | 0.00010280600 | |
| 9211725 | 5 years ago | | | 0 | 0.00010280600 | |
| 9204832 | 5 years ago | | | 0 | 0.000073518000 | |
| 9204823 | 5 years ago | | | 0 | 0.000073506000 | |
| 9204815 | 5 years ago | | | 0 | 0.000073518000 | |
| 9186230 | 5 years ago | | | 0 | 0.000073518000 | |
| 9173556 | 5 years ago | | | 0 | 0.000080869800 | |
| 9142208 | 5 years ago | | | 0 | 0.000080856600 | |
| 9142009 | 5 years ago | | | 0 | 0.000080869800 | |
| 9141584 | 5 years ago | | | 0 | 0.000080856600 |
ABI
ABI objects
Getter at block 21404957
owner() view returns (address)
0x01bf1d7c5e192313c26414e134584275f46271cf
ownerCut() view returns (uint256)
425
paused() view returns (bool)
true
Read-only
auctions(uint256) view returns (address seller, uint128 startingPrice, uint128 endingPrice, uint64 duration, uint64 startedAt)
getAuction(uint256 _axieId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _axieId) view returns (uint256)
State-modifying
Events bidOnSiring(uint256 _sireId, uint256 _matronId, uint256 _birthPlace) payable returns (uint256)
cancelAuction(uint256 _axieId)
cancelAuctionWhenPaused(uint256 _axieId)
createAuction(uint256 _axieId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
pause()
reclaimContract(address contractAddr)
reclaimEther()
reclaimToken(address token)
setCoreContract(address _coreAddress)
setIncubatorContract(address _incubatorAddress)
tokenFallback(address from_, uint256 value_, bytes data_)
transferOwnership(address newOwner)
unpause()
AuctionCancelled(uint256 indexed _axieId)
AuctionCreated(uint256 indexed _axieId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
AuctionSuccessful(uint256 indexed _sireId, uint256 indexed _matronId, uint256 _totalPrice, address _winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(uint256 _ownerCut)
fallback()
This contract contains no error objects.