BreedingMarket
Verified contract
Active on
Ethereum with 2,914 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 |
---|---|---|---|---|---|
MCPWP | ERC-721 | 1 | -- | -- | |
(#124891) | BC | ERC-721 | 1 | -- | -- |
(#124852) | BC | ERC-721 | 1 | -- | -- |
(#124632) | BC | ERC-721 | 1 | -- | -- |
(#124541) | BC | ERC-721 | 1 | -- | -- |
(#124527) | BC | ERC-721 | 1 | -- | -- |
(#124079) | BC | ERC-721 | 1 | -- | -- |
(#124006) | BC | ERC-721 | 1 | -- | -- |
(#123744) | BC | ERC-721 | 1 | -- | -- |
(#123690) | BC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13696215 | 3 years ago | | | 0 | 0.0020772503 | |
| 13687350 | 3 years ago | | | 0 | 0.0023196600 | |
| 12304837 | 4 years ago | | | 0 | 0.0018924060 | |
| 12197138 | 4 years ago | | | 0 | 0.0033402460 | |
| 12113071 | 4 years ago | | | 0 | 0.0045515440 | |
| 12049819 | 4 years ago | | | 0 | 0.0030604500 | |
| 12049813 | 4 years ago | | | 0 | 0.0030604500 | |
| 12049813 | 4 years ago | | | 0 | 0.0049553100 | |
| 12003418 | 4 years ago | | | 0 | 0.0045882500 | |
| 11992974 | 4 years ago | | | 0 | 0.0073412000 |
ABI
ABI objects
Getter at block 21189691
coreContract() view returns (address)
0xf64899806138ba624a8647b1a88fe2cb1f2ac56b
isBreedingMarket() view returns (bool)
true
owner() view returns (address)
0x2f26d1ddabcdd88aeca3d4f527d4366c37e15c78
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)
getAuctionInfo(uint40 _cutieId) view returns (address seller, uint128 startPrice, uint128 endPrice, uint40 duration, uint40 startedAt, uint128 featuringFee)
getCurrentPrice(uint40 _cutieId) view returns (uint128)
isOnAuction(uint40 _cutieId) view returns (bool)
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, uint128 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.