DragonFishTokyoSpaceWar

Verified contract

Active on Ethereum with 5,073 txns
Deployed by via 0xd95018b7 at 16524863
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
ERC-20
Value $414.89
ERC-20
--
0x64c6508b3caf3d442b37ae34d451af24bae02a930df949537d8569a2b2ed2a9a
0x4a305d27de7a77d26da8b83a745c47d834ded4eb43ab68241e9986acab73e800
0xbb8a02e5c6098f22812daceb33555d8410c0de69f84afeb57b47224df71fc7ff
0x7d39b34d1ae2ef2304564aa0b55673ce6baf141dbe321e3850699d93bbeb1002
0xd2b49d86aed949ec542e6093d1a7800853b9cae99e569c6d74b7b0b36a7e7d37
0xfe9432f61982ad28d1d5b19d3d2904b524fa7929cb1c8ce31529fde76ae48dd7
0x91e3a9d9ac304421e8605190e97f166879ce7648d6d0134f3d1f18fd4dc8fb79
0xc0ccdd567eacbc53d8ac8ac994e668202381f1a765b605797c3fcfaf6dd78318
0x44321226cbc47ab9739f2f44f27e3cfcd4925623806c7486fadec3c145e1f1bd
0x2f57e62471dbdc9dcab56e2597f619df06d70bbe7a85e6b555c482e844fd4c8c

Functions
Getter at block 20937290
EMPTY_ROOT(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI(view returns (string)
https://mint.hydromint.xyz/api/v1/contract-uri?address=0xad6f5de7bc59ce100b77d4e44441323141e9b972&network=1&royalty=1000
mintCount(view returns (uint256)
5555
name(view returns (string)
DragonFishTokyoSpaceWar
owner(view returns (address)
0xb431226827e6aa6dd115d4fbb3540f0d1f5f57ba
state(view returns (address feeDestinationuint256 maxMintInTotalPerWalletbytes32 saleConfigRootaddress msgSignerstring baseURIuint256 revealTimeuint96 royaltyBasisaddress platformOwneruint256 maxMintCapaddress priceFeedAddress)
(feeDestination=0xb431226827e6aa6dd115d4fbb3540f0d1f5f57ba, maxMintInTotalPerWallet=0, saleConfigRoot=0x43571d3e8995ff26f2f3bab3e1264dfd48eebdd112df8589329680b92371cf63, msgSigner=0xdaa503bb46582a30cbbb8fa9ac2288744781cf1d, baseURI=https://mint.hydromint.xyz/api/v1/, revealTime=1675684800, royaltyBasis=1000, platformOwner=0xbf630fe53e5cca8d86750c70a1942d21acf834fd, maxMintCap=5555, priceFeedAddress=0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419)
symbol(view returns (string)
DFTSW
tokenId(view returns (uint256)
5556
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getSaleConfigLeaf(struct Collection721SaleConfig configpure returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSignatureRedeemed(bytesview returns (bool)
mintCountByIdentifier(stringview returns (uint256)
mintCountByIdentifierWallet(stringaddressview returns (uint256)
mintCountByWallet(addressview returns (uint256)
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 touint256 tokenId
mint(struct Collection721MintArgs argspayable 
renounceOwnership(
safeTransferFrom(address _fromaddress _touint256 _tokenId
safeTransferFrom(address _fromaddress _touint256 _tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address _fromaddress _touint256 _tokenId
transferOwnership(address newOwner
updateBaseURI(string _baseURI
updateFeeToAddress(address _feeDestination
updateMaxMintInTotalPerWallet(uint256 _val
updatePlatformOwner(address _address
updateRevealTime(uint256 _revealTime
updateRoyaltyBasis(uint96 _val
updateSaleConfigRoot(bytes32 _saleConfigRoot
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(address msgSenderuint256 fromTokenIduint256 toTokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(Collection721ConstructorArgs args
Fallback and receive
receive(
Errors
OperatorNotAllowed(address operator