Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DOSA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17036328 | 2 years ago | | | 0 | 0.0011096485 | |
| 16739410 | 2 years ago | | | 0 | 0.00091909166 | |
| 16697383 | 2 years ago | | | 0 | 0.0011948864 | |
| 16680919 | 2 years ago | | | 0 | 0.0017162491 | |
| 16151951 | 2 years ago | | | 0 | 0.0011307377 | |
| 16094525 | 2 years ago | | | 0 | 0.00071596566 | |
| 15861921 | 2 years ago | | | 0 | 0.00040515607 | |
| 15861919 | 2 years ago | | | 0 | 0.00035995427 | |
| 15840983 | 2 years ago | | | 0 | 0.0013699524 | |
| 15840974 | 2 years ago | | | 0 | 0.0012139794 |
ABI
ABI objects
Getter at block 21203273
baseTokenURI() view returns (string)
ipfs://QmYrRYLdCyoGv94vVrnraELgVCqBUyWpFN4Zo1qpkT1THJ/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
10000
name() view returns (string)
DOSA
owner() view returns (address)
0x33fade8bac25d9c1dc85a58e12d2f0e1df4a3812
publicMintStatus() view returns (uint8)
2
publicSalePrice() view returns (uint256)
200000000000000
symbol() view returns (string)
DOSA
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
marketMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, uint256 _maxSupply, uint256 _publicSalePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()