DEEMO THE MOVIE NFT
Verified contract
Active on
Ethereum with 3,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "DEEMO THE MOVIE NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105082 | a month ago | | | 0 | 0.00020550549 | |
| 20834907 | 3 months ago | | | 0 | 0.00075014681 | |
| 20705908 | 3 months ago | | | 0 | 0.000072450569 | |
| 20631595 | 3 months ago | | | 0 | 0.000048546078 | |
| 19748086 | 7 months ago | | | 0 | 0.00035541116 | |
| 19645921 | 8 months ago | | | 0 | 0.00050763919 | |
| 19609790 | 8 months ago | | | 0 | 0.00083158693 | |
| 19609790 | 8 months ago | | | 0 | 0.00082982997 | |
| 19609410 | 8 months ago | | | 0 | 0.00044350890 | |
| 19519128 | 9 months ago | | | 0 | 0.0017380780 |
ABI
ABI objects
Getter at block 21386591
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://prod-backend.xanalia.com/blind-box/get-nft-meta-info?chain=1&collection=0xf776e9A9642DBeb9ee7de20c25224E4A0BFCC03b&tokenId=
getMaxSupply() view returns (uint256)
4490
getPrice() view returns (uint256)
17000000000000000
name() view returns (string)
DEEMO THE MOVIE NFT
owner() view returns (address)
0xb80f023c0dfa49397e4e238a462556cc60c1653e
status() view returns (uint256)
2
symbol() view returns (string)
DEEMO
totalSupply() view returns (uint256)
3280
Read-only
_allowAddress(address) view returns (bool)
_leaf(address account, uint256 quantity) pure returns (bytes32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuthor(uint256 tokenId) view returns (address)
getCreator(uint256 tokenId) view returns (address)
getIsTransferAllowed(address operator) view returns (bool)
getLocked(uint256 tokenId) view returns (bool)
getRootHash(uint256 whitelisType) view returns (bytes32)
getRoyaltyFee(uint256 tokenId) view returns (uint256)
getSaleDetails(uint256 whitelistType) view returns (uint256 _startTime, uint256 _endTime)
getUserBoughtCount(address _add, uint256 whitelistType) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTransferAllowed(address) view returns (bool)
isWhitelisted(address account, bytes32[] proof, uint256 quantity, uint256 whiteListType) view returns (bool)
mintedPerRarity(uint256) view returns (uint256)
nftLock(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supplyPerRarity(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenRarity(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAllowAddress(address _add)
adminTransfer(address to, uint256 tokenId)
approve(address operator, uint256 tokenId) payable
burnAdmin(uint256 tokenId)
buyDeemoNFT(bytes32[] proof, uint256 limit, bool isLimit, uint256 whiteListType) payable
claimDeemoNFT()
craftDeemo(uint256[] tokenIds)
lockNFTBulk(uint256[] tokenIds, bool status)
mint(address to_, uint256 countNFTs_) returns (uint256, uint256)
preOrderDeemoNFT(bytes32[] proof, uint256 limit) payable
removeAllowAddress(address _add)
renounceOwnership()
resetReserveSupply(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setAuthor(address _add)
setBaseURI(string baseURI_)
setMaxSupply(uint256 supply)
setPrice(uint256 price)
setRoyalty(uint256 _amount)
setSaleDetails(uint256 _startTime, uint256 _endTime, uint256 whitelistType)
setSeed(uint256 _seed)
setStatus(uint256 _status)
setSupply(uint256 rarity, uint256 supply)
setTransferAllowed(address _add, bool status)
setWhitelistRoot(bytes32 _root, uint256 whitelistType, bool isReserve)
setlockStatusNFT(uint256 tokenId, bool status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
AddRound(uint256 indexed roundId, uint256 price, address seller, uint256 perPurchaseLimit, uint256 userPurchaseLimit, bool isPublic, uint256 startTime, uint256 endTime, uint256 maxSupply)
AdminTransfer(address from, address to, uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string uri)
Burn(uint256 tokenId)
ClaimNFT(uint256 from, uint256 to, address buyer, uint256[] rarityArray)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
CraftNFT(uint256 tokenId, uint256[] tokenIds, address to)
EditRound(uint256 indexed roundId, uint256 price, address seller, uint256 perPurchaseLimit, uint256 userPurchaseLimit, bool isPublic, uint256 startTime, uint256 endTime, uint256 maxSupply)
Mint(uint256 start, uint256 end, uint256 total, address to, uint256[] rarityArray)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseNFT(uint256 from, uint256 to, uint256 price, uint256 paid, address seller, address buyer, uint256[] rarityArray)
ReserverNFT(uint256 price, uint256 paid, address seller, address buyer, uint256 limit)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()