Crazy Dragon Corps
Verified contract
Active on
Ethereum with 777 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 "Crazy Dragon Corps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20814380 | 2 months ago | | | 0 | 0.0017684124 | |
| 20387567 | 4 months ago | | | 0 | 0.00022009115 | |
| 20387564 | 4 months ago | | | 0 | 0.00025112796 | |
| 20350269 | 4 months ago | | | 0 | 0.000099078428 | |
| 19542846 | 7 months ago | | | 0 | 0.00052597639 | |
| 19500753 | 8 months ago | | | 0 | 0.00041568487 | |
| 19500753 | 8 months ago | | | 0 | 0.00041571500 | |
| 19358644 | 8 months ago | | | 0 | 0.0020388463 | |
| 19266278 | 9 months ago | | | 0 | 0.0010401986 | |
| 18936327 | 10 months ago | | | 0 | 0.00051610437 |
ABI
ABI objects
Getter at block 21163096
DRAGON_PROVENANCE() view returns (string)
LIZARD_PROVENANCE() view returns (string)
MAX_SUPPLY() view returns (uint256)
10000
lizardContract() view returns (address)
0x86f6bf16f495afc065da4095ac12ccd5e83a8c85
name() view returns (string)
Crazy Dragon Corps
openBet() view returns (bool)
false
owner() view returns (address)
0xffa4b34c7934a6c8cfdb8d32777ef9048a182148
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
symbol() view returns (string)
Dragon
totalSupply() view returns (uint256)
1249
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
betDragon(address owner) returns (bool)
calcStartingIndex()
composeDragon(address owner) returns (bool)
emergencySetStartingIndexBlock()
flipBetState()
flipSaleState()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDragonProvenanceHash(string provenanceHash)
setLizardContractAddress(address contractAddress)
setLizardProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.