CryptoDragons
Verified contract
Active on
Ethereum with 11,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoDragons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261292 | 2 days ago | | | 0 | 0.00034343922 | |
| 21261064 | 2 days ago | | | 0 | 0.00051418229 | |
| 21261060 | 2 days ago | | | 0 | 0.00046736283 | |
| 21261050 | 2 days ago | | | 0 | 0.00044211062 | |
| 21261042 | 2 days ago | | | 0 | 0.00038557409 | |
| 21261038 | 2 days ago | | | 0 | 0.00038460962 | |
| 21261033 | 2 days ago | | | 0 | 0.00037545871 | |
| 21261028 | 2 days ago | | | 0 | 0.00037065650 | |
| 21260935 | 2 days ago | | | 0 | 0.00042238982 | |
| 21260929 | 2 days ago | | | 0 | 0.00043700469 |
ABI
ABI objects
Getter at block 21276219
CEO_ROLE() view returns (bytes32)
0xdc0d7a095c4e917ecbeb7deda7c942ff9744013d419e37549215a413915e421d
CFO_ROLE() view returns (bytes32)
0x33fa24d9aab6b79237248a16094d5f78ea83bb51e42c123ce925a264e7d816cc
COO_ROLE() view returns (bytes32)
0xefa080c67ecf4a6bf40c9dc64173420c08f359250ca6562d7c80f7c7b9b13969
accessControlAddress() view returns (address)
0xc713a40aa9bff56aee0e8ff9542b758d83af9fea
defaultMetadataCid() view returns (string)
QmUbu2NhKNAsXiyFP1RnPuvrrL3evAYcG4oPtGCWkuXc93
dragonCreatorAddress() view returns (address)
0x8e095d160c1056dca391c076107c5df4e184ae0c
name() view returns (string)
CryptoDragons
symbol() view returns (string)
CD
Read-only
balanceOf(address owner) view returns (uint256)
dragonInfo(uint256 dragonId) view returns (struct DragonInfoDetails)
getApproved(uint256 tokenId) view returns (address)
hasMetadataCid(uint256 tokenId) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isParent(uint256 dragon1Id, uint256 dragon2Id) view returns (bool)
isSiblings(uint256 dragon1Id, uint256 dragon2Id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
strengthOf(uint256 dragonId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveAndCall(address spender, uint256 tokenId, bytes extraData) returns (bool success)
mint(address to, struct DragonInfoDetails info) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessControlAddress(address newAddress)
setApprovalForAll(address operator, bool approved)
setDefaultMetadataCid(string newDefaultCid)
setDragonCreatorAddress(address newAddress)
setMetadataCid(uint256 tokenId, string cid)
setStrength(uint256 dragonId) returns (uint256)
transferFrom(address from, address to, uint256 tokenId)
AddressChanged(string fieldName, address previousAddress, address newAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BoolValueChanged(string fieldName, bool previousValue, bool newValue)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
ValueChanged(string fieldName, uint256 previousValue, uint256 newValue)
constructor(string defaultCid, address accessControl)
This contract contains no fallback and receive objects.
This contract contains no error objects.