DragonCrossbreed
Verified contract
Active on
Ethereum with 26,035 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- | |
CD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15949116 | 2 years ago | | | 0 | 0.0016066313 | |
| 15690998 | 2 years ago | | | 0 | 0.0013380425 | |
| 15617190 | 2 years ago | | | 0 | 0.00058989913 | |
| 15546899 | 2 years ago | | | 0 | 0.00075868912 | |
| 15546892 | 2 years ago | | | 0 | 0.00080738059 | |
| 15535383 | 2 years ago | | | 0 | 0.00019935368 | |
| 15535383 | 2 years ago | | | 0 | 0.00066593328 | |
| 15495310 | 2 years ago | | | 0 | 0.0013342817 | |
| 15417915 | 2 years ago | | | 0 | 0.00061810620 | |
| 15357008 | 2 years ago | | | 0 | 0.0023751516 |
ABI
ABI objects
Getter at block 21248818
CEO_ROLE() view returns (bytes32)
0xdc0d7a095c4e917ecbeb7deda7c942ff9744013d419e37549215a413915e421d
CFO_ROLE() view returns (bytes32)
0x33fa24d9aab6b79237248a16094d5f78ea83bb51e42c123ce925a264e7d816cc
COO_ROLE() view returns (bytes32)
0xefa080c67ecf4a6bf40c9dc64173420c08f359250ca6562d7c80f7c7b9b13969
accessControlAddress() view returns (address)
0xc713a40aa9bff56aee0e8ff9542b758d83af9fea
dragonCreatorAddress() view returns (address)
0x8e095d160c1056dca391c076107c5df4e184ae0c
feesPercent() view returns (uint256)
300
tokenContract() view returns (address)
0x3943cf9bd3aca41a66ec911a6395727db274856e
Read-only
bonusCommonThresholdAt(uint256 index) view returns (uint256)
crossbreedPlatformPrice(uint256 dragon1Id, uint256 dragon2Id) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
holderOf(uint256 tokenId) view returns (address)
isLocked(uint256 tokenId) view returns (bool)
platformPrice(uint256 genesCount) view returns (uint256)
priceOf(uint256 tokenId) view returns (uint256)
priceSettingsOf(uint256 tokenId) view returns (struct BaseAuctionReceiverPriceSettings)
probabilityEpicThresholdAt(uint256 index) view returns (uint256)
probabilityRareThresholdAt(uint256 index) view returns (uint256)
State-modifying
Events addReward(address to, uint256 amount)
breed(uint256 myDragonId, uint256 anotherDragonId, uint256 salt) payable
claimReward(address to, uint256 amount)
onERC721Received(address operator, address, uint256, bytes) returns (bytes4)
receiveApproval(address sender, uint256 tokenId, address _tokenContract, bytes data)
setAccessControlAddress(address newAddress)
setBonusCommonThreshold(uint256[10] newBonusesCommonThresholds)
setDragonCreatorAddress(address newAddress)
setPlatformPrices(uint256[10] newPlatformPrices)
setProbabilityEpicThreshold(uint256[5] newProbabilityEpicThresholds)
setProbabilityRareThreshold(uint256[5] newProbabilityRareThresholds)
setTokenContract(address newAddress)
updateFeesPercent(uint256 newFees100)
withdraw(uint256 tokenId)
withdrawEthers(uint256 amount, address to)
AddressChanged(string fieldName, address previousAddress, address newAddress)
BoolValueChanged(string fieldName, bool previousValue, bool newValue)
EthersWithdrawn(address indexed operator, address indexed to, uint256 amount)
RewardAdded(address indexed operator, address indexed to, uint256 amount)
RewardClaimed(address indexed claimer, address indexed to, uint256 amount)
TokenLocked(uint256 tokenId, address indexed holder)
TokenWithdrawn(uint256 tokenId, address indexed holder)
ValueChanged(string fieldName, uint256 previousValue, uint256 newValue)
constructor(address accessControl, address dragonToken, address dragonCreator, uint256 fees100)
This contract contains no fallback and receive objects.
This contract contains no error objects.