DragonsV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x956619f3 at 17141523
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
6 additional variables

No balances found for "DragonsV2"

No transactions found for "DragonsV2"


Functions
Getter at block 20932531
alMinted(view returns (uint256)
0
baseUri(view returns (string)
isAllowListMinting(view returns (bool)
false
isBloodBurnLive(view returns (bool)
false
isPublicMinting(view returns (bool)
false
maxAlMint(view returns (uint256)
0
maxPerWallet(view returns (uint256)
0
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
price(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(