Dragon Rescue #1

Unverified contract

Proxy

Active on Base with 249 txns
Deployed by via 0xdb92c4f8 at 21701965
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Dragon Rescue #1"

0x779824cf78e02c3c63a2a64abb5ccfd8951441012b40d4370656bb2496697b8b
0x59eb2c41050ec851d84be97261ae5e02796a7c5c491bdf3f076d320e512900a3
0x6c708014b08856741c30ac6091c595e5e4384123b92f5e22175167dafefcf787
0xcbc5eea78a91d31979161123402e981f5a81c178d9684226b189caf113f779d9
0x614c0130e7f24c875f4bb5a27fc42c2c5c2998b292e0a747136c67bb3b352e44
0x9818585aca35b1b9fab3b2ecc08aa5dd34e86a1dec5da4fcdc08fb309f889ce0
0x988622cc898475166eddb6cf8258408ac6dc880d246c103ed21c2c8f25bdcf37
0x6327d845c075bd1955876bbf8753509594ddd985906f546931e82d96aef9519e
0xef8a3f99b84b112849fccf5cee7041379b98871ab6f1089b96a74e474e454f2c
0xf1e3d7357d8a4dafe3ac8b70943aceeeb058db60cb12d436dc7aad123d8f52d5

Functions
Getter at block 22767808
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
248
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Dragon Rescue #1
owner(view returns (address)
0x456fdf8a172b43dd245b5aa0609b08ab1520bba9
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DR
totalSupply(view returns (uint256)
247
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId