SaleMarket
Verified contract
Active on
Ethereum with 265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf648…c56b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLAT | ERC-20 | 45.402694K | -- | -- | |
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 | -- | -- | |
BC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11283445 | 4 years ago | | | 0 | 0.0016051230 | |
| 11283389 | 4 years ago | | | 0 | 0.0016480500 | |
| 9106713 | 5 years ago | | | 0.0161 | 0.00012692700 | |
| 9106634 | 5 years ago | | | 0.243 | 0.00012692700 | |
| 9104173 | 5 years ago | | | 0.0902 | 0.00021846800 | |
| 9103705 | 5 years ago | | | 0.0922 | 0.000088848900 | |
| 9102894 | 5 years ago | | | 0.273 | 0.00011423430 | |
| 8430371 | 5 years ago | | | 0.15900002 | 0.00024939000 | |
| 7888918 | 5 years ago | | | 0.27400003 | 0.00021198150 | |
| 7490783 | 6 years ago | | | 0 | 0.000085008000 |
ABI
ABI objects
Getter at block 21169584
coreContract() view returns (address)
0xf64899806138ba624a8647b1a88fe2cb1f2ac56b
isSaleMarket() view returns (bool)
true
owner() view returns (address)
0x45f254fd3fef54f3a5a8d601d291f2a5bf9d8d67
ownerFee() view returns (uint16)
400
paused() view returns (bool)
false
Read-only
cutieIdToAuction(uint40) view returns (uint128 startPrice, uint128 endPrice, address seller, uint40 duration, uint40 startedAt, uint128 featuringFee, bool tokensAllowed)
getAuctionInfo(uint40 _cutieId) view returns (address seller, uint128 startPrice, uint128 endPrice, uint40 duration, uint40 startedAt, uint128 featuringFee, bool tokensAllowed)
getCurrentPrice(uint40 _cutieId) view returns (uint128)
getPriceInToken(address _tokenContract, uint128 priceWei) view returns (uint128)
isOnAuction(uint40 _cutieId) view returns (bool)
priceOracle(address) view returns (address)
State-modifying
Events addToken(address _tokenContract, address _priceOracle)
bid(uint40 _cutieId) payable
cancelActiveAuction(uint40 _cutieId)
cancelActiveAuctionWhenPaused(uint40 _cutieId)
cancelCreatorAuction(uint40 _cutieId)
createAuction(uint40 _cutieId, uint128 _startPrice, uint128 _endPrice, uint40 _duration, address _seller) payable
pause()
receiveApproval(address _sender, uint256 _value, address _tokenContract, bytes _extraData)
removeToken(address _tokenContract)
setFee(uint16 _fee)
setOperator(address _newOperator)
setup(address _coreContractAddress, uint16 _fee)
transferOwnership(address newOwner)
unpause()
withdrawEthFromBalance()
withdrawTokenFromBalance(address _tokenContract, address _withdrawToAddress)
AuctionCancelled(uint40 indexed cutieId)
AuctionCreated(uint40 indexed cutieId, uint128 startPrice, uint128 endPrice, uint40 duration, uint128 fee, bool tokensAllowed)
AuctionSuccessful(uint40 indexed cutieId, uint128 totalPriceWei, address indexed winner)
AuctionSuccessfulForToken(uint40 indexed cutieId, uint128 totalPriceWei, address indexed winner, uint128 priceInTokens, address indexed token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.