Mad Dragons

Verified contract

Active on Ethereum with 1,725 txns
Deployed by via 0xdf3dc048 at 15230548
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.72
0x0ad0cb8cad94c4f2354f366218926b44f740eeef682ec812e7764ab51ef67b0c
0xe69efdb5f67f05651fabdfdbeedb052673e654249b84bee0e63263b2696d9d92
0x10a0fc90a37d66dfcca85568ff5d0b579ddeab08b9579f54da506c6341a87b7d
0x7c0945864136c6527172374ecbdd0bda81885bd16c7110a198a924189a92cadb
0xf0553ff6c7644244fa1412fa3d1382413d5d40d5c3bce7d87b55cfa343c630d7
From
0x95eac120a70bf6b15d0d96a0c53cf1a7102b6161b529008b86e56691b54c4284
0x92f202e5d4e60b4f5abf95f2d1924ea457706565845572d2e2c939ac14784099
0xc627df6f9712c82869346a52d08929947f54497f56667a17ee2ea6d1d61dd8e5
0xd43e813f23dca30f8c2bb6f849675e189a8d043b70355177c938455afe708eb5
0x66e32585d3e190605305e37d8b9b55db7abe9f5ce42a863ca04a774f7d11f081

Functions
Getter at block 21296396
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
4444
name(view returns (string)
Mad Dragons
owner(view returns (address)
0xce5d65df9ada9e71ccd0556b5a75c377488e09a7
symbol(view returns (string)
MD
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(