Dragons

Verified contract

Proxy

Active on Ethereum with 2,109 txns
Deployed by via 0xce082173 at 17118277
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "Dragons"

0x3d9a2cb7f4b42552b27e14c9eb502efc97b68998c935e5da05de244d61856fd6
0x7a9d313f10fd1f39c40cea5298f0626b3fb72eb2d763a8bdfe6688a234d9c5e8
0x502149aece398b9dc504b9d16612068d16ab2a2254723e6998c9bf465dd6e21a
0x9731d8312f13d8a4da412e547ecb9b501d14df72e20a49d7e0c3f8134cc26dc6
0x54751b834b02fc342ace9d6a168392a4fbf23ae0423239e3f6110cc5046335d5
0x49ebcfc5adf545bfce25adb55ef50078ee9240750fca785a1528b0ebd1613927
0x6fd1d00c1d5f5817efc88bf9e83811817b641d4d1b7aecc70413d77335c522a7
0x1d91b3e2a7f398156d09fded738ef508f58b27f9a1810caba5cea7420a095111
0x0021429a9dddfb3825ea00ffe75ee013e29677ee85efafccc9659ae71d9e766f
0x4e2032a59a58b4bf38390847a5f9ffac86dcb67546bfcf906b4af5c6d321bcb9

Functions
Getter at block 20931315
alMinted(view returns (uint256)
965
baseUri(view returns (string)
https://moonrunners-dragons.herokuapp.com/dragons/
isAllowListMinting(view returns (bool)
false
isBloodBurnLive(view returns (bool)
true
isPublicMinting(view returns (bool)
false
maxAlMint(view returns (uint256)
1500
maxPerWallet(view returns (uint256)
35
maxSupply(view returns (uint256)
5500
name(view returns (string)
Dragons
owner(view returns (address)
0xe39f5f5e3e5038c9b1610fbd549730c8c756935f
price(view returns (uint256)
1
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
DRGN
totalSupply(view returns (uint256)
2311
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isStaked(uint256 _tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
burnBloodForDragons(uint256[] _bloodIds
deleteDefaultRoyalty(
initialize(address royaltyReceiveruint96 royaltyFeeNumerator
mint(bytes32[] _proofpayable 
renounceOwnership(
resetTokenRoyalty(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setBloodToBurnAmount(uint256 _bloodIduint256 _amount
setDefaultRoyalty(address receiveruint96 feeNumerator
setIsAllowListMinting(bool _isAllowListMinting
setIsBloodBurnLive(bool _isBloodBurnLive
setLootContract(address _lootContract
setMaxInitialMint(uint256 _maxAlMint
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setPrice(uint256 _price
setPublicMinting(bool _isPublicMintinguint256 _price
setRoot(bytes32 _root
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTrophiesContract(address _trophiesContract
toggleStaking(uint256[] _tokenIdsbool _shouldStake
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
BloodBurn(uint256[] bloodIdsuint256[] dragonIds
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(