CryptantCrabMarket
Verified contract
Active on
Ethereum with 437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2248…bfed
0xecd6…794b
0xc58e…3b2e
0x94bb…f141
0xbf9c…ddd3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBK | ERC-20 | 4.298367 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- | |
CC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10183622 | 5 years ago | | | 0 | 0.00075861600 | |
| 10183587 | 5 years ago | | | 0 | 0.0010029840 | |
| 8961779 | 5 years ago | | | 0 | 0.00073914000 | |
| 8961763 | 5 years ago | | | 0 | 0.00024638000 | |
| 8128061 | 5 years ago | | | 0 | 0.00010819000 | |
| 8105920 | 5 years ago | | | 0.306 | 0.00015315900 | |
| 7825819 | 6 years ago | | | 0 | 0.00010819000 | |
| 7812799 | 6 years ago | | | 0 | 0.00010819000 | |
| 7806772 | 6 years ago | | | 0 | 0.00012319000 | |
| 7781802 | 6 years ago | | | 1.2345 | 0.0015315900 |
ABI
ABI objects
Getter at block 21330956
cryptantCrabStorage() view returns (address)
0xc58e24f5b05365aa21ded72111af939446d13b2e
cryptantCrabToken() view returns (address)
0xecd6b4a2f82b0c9fb283a4a8a1ef5adf555f794b
currentPrizePool() view returns (bytes4)
0xadd5d43f
genesisCrab() view returns (address)
0x2248bfa3babbf53fdc058167584a642d13eebfed
getCurrentCrabPrice() view returns (uint256)
300000000000000000
getCurrentCryptantFragmentPrice() view returns (uint256 _price)
30000000000000
getCurrentPeriod() view returns (uint256 _now, uint256 _currentPeriod)
(_now=1733337263, _currentPeriod=120370)
initialCrabTradingPrice() view returns (uint256)
300000000000000000
initialCryptantFragmentTradingPrice() view returns (uint256)
30000000000000
owner() view returns (address)
0xb7784f0b98d049bb73435044c5879cc78365f168
prizePool() view returns (address)
0xbf9ce4aae144b6793472161e2f74b2ddc8e5ddd3
totalCrabTraded() view returns (uint256)
4
transmuter() view returns (address)
0x94bb8ffbd1631041ceadc27bf0da9b4b0353f141
withdrawer() view returns (address)
0x73becffc94187a53f6fb61b073125dc97a4a72bb
Read-only
getCryptantFragments(address _sender) view returns (uint256)
getUint(bytes4 key) view returns (uint256 value)
marketItems(uint256) view returns (uint256 tokenId, uint256 sellingPrice, address seller, uint8 state)
tradedPrices(uint256) view returns (uint256)
State-modifying
Events buyCrab(uint256 _marketId) payable
cancelOnSaleCrab(uint256 _marketId)
createCrab(uint256 _customTokenId, uint256 _crabPrice, uint256 _customGene, uint256 _customSkin, bool _hasLegendary)
purchase(uint256 _crabAmount, uint256 _cryptantFragmentAmount, address _referral) payable
renounceOwnership()
sellCrab(uint256 _tokenId, uint256 _sellingPrice)
setAddresses(address _genesisCrabAddress, address _cryptantCrabTokenAddress, address _cryptantCrabStorageAddress)
setAddresses(address _genesisCrabAddress, address _cryptantCrabTokenAddress, address _cryptantCrabStorageAddress, address _transmuterAddress)
setAddresses(address _genesisCrabAddress, address _cryptantCrabTokenAddress, address _cryptantCrabStorageAddress, address _transmuterAddress, address _prizePoolAddress)
setCurrentPrizePool(bytes4 _newPrizePool)
setUint(bytes4 key, uint256 value)
setWithdrawer(address _newWithdrawer)
transferOwnership(address _newOwner)
withdraw(uint256 _amount) returns (bool)
CrabHatched(address indexed owner, uint256 tokenId, uint256 gene, uint256 specialSkin, uint256 crabPrice, uint256 growthValue)
CrabOnSaleCancelled(address indexed seller, uint256 tokenId, uint256 marketId)
CrabOnSaleStarted(address indexed seller, uint256 tokenId, uint256 sellingPrice, uint256 marketId, uint256 gene)
CryptantFragmentsAdded(address indexed cryptantOwner, uint256 amount, uint256 newBalance)
CryptantFragmentsRemoved(address indexed cryptantOwner, uint256 amount, uint256 newBalance)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed owner, uint256 amount, uint256 cryptant, uint256 refund)
ReferralPurchase(address indexed referral, uint256 rewardAmount, address buyer)
Refund(address indexed refundReceiver, uint256 reqAmt, uint256 paid, uint256 refundAmt)
Traded(address indexed seller, address indexed buyer, uint256 tokenId, uint256 tradedPrice, uint256 marketId)
constructor(address _genesisCrabAddress, address _cryptantCrabTokenAddress, address _cryptantCrabStorageAddress, address _transmuterAddress, address _prizePoolAddress)
fallback()
This contract contains no error objects.