Order of the Occult
Verified contract
Active on
Ethereum with 4,428 txns
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 "Order of the Occult"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242462 | 7 days ago | | | 0 | 0.00064967261 | |
| 20167374 | 5 months ago | | | 0 | 0.00039004494 | |
| 19499871 | 8 months ago | | | 0 | 0.00097687325 | |
| 19270661 | 9 months ago | | | 0 | 0.0013389261 | |
| 18994990 | a year ago | | | 0 | 0.00052118081 | |
| 18910331 | a year ago | | | 0 | 0.00055603495 | |
| 18908952 | a year ago | | | 0 | 0.00069570894 | |
| 18906172 | a year ago | | | 0 | 0.0011639289 | |
| 18904187 | a year ago | | | 0 | 0.00078528228 | |
| 18856863 | a year ago | | | 0 | 0.0011559005 |
ABI
ABI objects
Getter at block 21289728
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeMintPerAddress() view returns (uint256)
1
maxMintPerAddress() view returns (uint256)
6
maxSupply() view returns (uint256)
5000
metadataURLPrefix() view returns (string)
ipfs://bafybeid6tqej6qtaoocd62o2bktflbvov6rq53o2mxywvqrhy4g4g64oky/
metadataURLSuffix() view returns (string)
.json
name() view returns (string)
Order of the Occult
notRevealedMetadataURL() view returns (string)
ipfs://bafybeihytvp3n4j2oxltqrk72bncqqy7iypmqsrjw4kn7hvhmgjlief4fq/Pre-Reveal.json
owner() view returns (address)
0xc5b6d77ee8a2feac77179e19e11bf3642b550931
price() view returns (uint256)
5000000000000000
publicMintingStatus() view returns (bool)
true
revealedStatus() view returns (bool)
true
symbol() view returns (string)
OC
totalSupply() view returns (uint256)
5000
withdrawalAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[] ownedTokenIds)
walletOfOwnerInRange(address owner, uint256 startTokenId, uint256 stopTokenId) view returns (uint256[] ownedTokenIds)
State-modifying
Events airdrop(address[] recipients, uint256 amount)
approve(address operator, uint256 tokenId) payable
mintInBatches(address recipient, uint256[] nftQuantityForEachBatch)
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreeMintPerAddress(uint256 freeMintAmount)
setMaxMintPerAddress(uint256 maxMintAmount)
setMaxSupply(uint256 newMaxSupply)
setMetadataURLPrefix(string newMetadataURLPrefix)
setMetadataURLSuffix(string newMetadataURLSuffix)
setNotRevealedMetadataURL(string newNotRevealedMetadataURL)
setPrice(uint256 newPrice)
setPublicMintingStatus(bool status)
setRevealedStatus(bool status)
setWithdrawalAddress(address newWithdrawalAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
withdrawERC20(address token, address account, uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()