Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb75e…d0f9
Balances ($0.00)
No balances found for "DreamExe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048828 | 23 days ago | | | 0 | 0.00026463899 | |
| 21048615 | 23 days ago | | | 0 | 0.00033466518 | |
| 20607051 | 3 months ago | | | 0 | 0.000058032936 | |
| 20607051 | 3 months ago | | | 0 | 0.000057996556 | |
| 20607050 | 3 months ago | | | 0 | 0.000057303799 | |
| 20375326 | 4 months ago | | | 0 | 0.00020127217 | |
| 19758563 | 7 months ago | | | 0 | 0.00031982961 | |
| 19617225 | 7 months ago | | | 0 | 0.0013496950 | |
| 19487002 | 8 months ago | | | 0 | 0.0012191657 | |
| 19416670 | 8 months ago | | | 0 | 0.0027891515 |
ABI
ABI objects
Getter at block 21215993 getAllInscriptionIdMinted() view returns (string[]) getAllInscriptionNumMinted() view returns (uint256[])
MAX_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
200
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
TOKEN_PRICE() view returns (uint256)
35000000000000000
metadataAddress() view returns (address)
0xb75eeb85f3b05019452fd524d4c367451819d0f9
name() view returns (string)
DreamExe
owner() view returns (address)
0x3a48fdd530376960fa5ed15ea5458d9a93d218f6
paused() view returns (bool)
false
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
DREAMEXE
totalSupply() view returns (uint256)
200
Read-only
addressToNumMinted(address) view returns (uint256)
allowList(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
inscriptionIdMinted(string) view returns (bool)
inscriptionNumMinted(uint256) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToInscriptionId(uint256) view returns (string)
tokenIdToInscriptionNum(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events __ERC721_init(string _name, string _symbol)
approve(address operator, uint256 tokenId)
mint(bytes _signature, struct DreamExeOrdinal _ordinal) payable
ownerMintToAddress(address _recipient, uint256 _numTokens)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setInscriptionIdToTokenId(string _inscriptionId, uint256 _tokenId)
setInscriptionNumToTokenId(uint256 _inscriptionNum, uint256 _tokenId)
setMetadataAddress(address _address)
setProvenanceHash(bytes32 _provenanceHash)
setSignatureVerifier(address _signatureVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
CantSetIfMappingAlreadyExists()
ExceedsMaxSupply()
InscriptionIdAlreadyMinted()
InscriptionNumAlreadyMinted()
MaxTokensPerWalletAlreadyMinted()
NotEnoughEthSent()
OperatorNotAllowed(address operator)
UnrecognizableHash()