Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07af…a846
Balances ($6.17)
Native
Value
$6.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001722 | $3,581.52 |
$6.17 | |
WLM | ERC-20 | 66 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5417250 | 7 years ago | | | 0.041123644 | 0.000048163000 | |
| 5417236 | 7 years ago | | | 0 | 0.000069699000 | |
| 5390593 | 7 years ago | | | 0 | 0.000052258000 |
ABI
ABI objects
Getter at block 21284314
coreContract() view returns (address)
0x07af1f10d749e432fed9c5901dd7d7821267a846
isSaleMarket() view returns (bool)
true
owner() view returns (address)
0xe091009cf992ad0b8891651ccadc22c1eff0bb95
ownerFee() view returns (uint16)
400
paused() view returns (bool)
false
Read-only
getAuctionInfo(uint40 _cutieId) view returns (address seller, uint128 startPrice, uint128 endPrice, uint40 duration, uint40 startedAt)
getCurrentPrice(uint40 _cutieId) view returns (uint128)
State-modifying
Events bid(uint40 _cutieId) payable
cancelActiveAuction(uint40 _cutieId)
cancelActiveAuctionWhenPaused(uint40 _cutieId)
createAuction(uint40 _cutieId, uint128 _startPrice, uint128 _endPrice, uint40 _duration, address _seller) payable
pause()
setFee(uint16 _fee)
setup(address _coreContractAddress, uint16 _fee)
transferOwnership(address newOwner)
unpause()
withdrawEthFromBalance()
AuctionCancelled(uint40 cutieId)
AuctionCreated(uint40 cutieId, uint128 startPrice, uint128 endPrice, uint40 duration, uint256 fee)
AuctionSuccessful(uint40 cutieId, uint128 totalPrice, address winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.