DragonFishTokyoSpaceWar
Verified contract
Active on
Ethereum with 5,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($633.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.176297 | $3,590.53 |
$633 | |
ERC-20 | 0.00105 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997933 | a month ago | | | 0 | 0.00022031100 | |
| 20911776 | 2 months ago | | | 0 | 0.00036823220 | |
| 20911635 | 2 months ago | | | 0 | 0.00032014493 | |
| 20901492 | 2 months ago | | | 0 | 0.00035341500 | |
| 20689857 | 3 months ago | | | 0 | 0.000038493327 | |
| 20602857 | 3 months ago | | | 0 | 0.000031473000 | |
| 20581634 | 3 months ago | | | 0 | 0.000078668507 | |
| 20518756 | 3 months ago | | | 0 | 0.000045660853 | |
| 20318569 | 4 months ago | | | 0 | 0.00026585320 | |
| 20216289 | 5 months ago | | | 0 | 0.000078743547 |
ABI
ABI objects
Getter at block 21283826
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 feeDestination, uint256 maxMintInTotalPerWallet, bytes32 saleConfigRoot, address msgSigner, string baseURI, uint256 revealTime, uint96 royaltyBasis, address platformOwner, uint256 maxMintCap, address 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSaleConfigLeaf(struct Collection721SaleConfig config) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isSignatureRedeemed(bytes) view returns (bool)
mintCountByIdentifier(string) view returns (uint256)
mintCountByIdentifierWallet(string, address) view returns (uint256)
mintCountByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(struct Collection721MintArgs args) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address _from, address _to, uint256 _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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address msgSender, uint256 fromTokenId, uint256 toTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(Collection721ConstructorArgs args)
receive()
OperatorNotAllowed(address operator)