Tower of the Occult
Verified contract
Active on
Ethereum with 22,629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- | |
Occult | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110455 | 15 days ago | | | 0 | 0.00018586278 | |
| 21043256 | 24 days ago | | | 0 | 0.00057289673 | |
| 20836684 | 2 months ago | | | 0 | 0.0012545794 | |
| 20768592 | 2 months ago | | | 0 | 0.000062032500 | |
| 20662365 | 3 months ago | | | 0 | 0.00031286488 | |
| 20649903 | 3 months ago | | | 0 | 0.000065555184 | |
| 20626851 | 3 months ago | | | 0 | 0.000039700800 | |
| 20586494 | 3 months ago | | | 0 | 0.000026136807 | |
| 20542252 | 3 months ago | | | 0 | 0.00015483882 | |
| 20542248 | 3 months ago | | | 0 | 0.00015672830 |
ABI
ABI objects
Getter at block 21215057
Occultists() view returns (uint256)
7777
isPaused() view returns (bool)
false
name() view returns (string)
Tower of the Occult
occultURI() view returns (string)
ipfs://QmZxdRjNXwCdpMBzSHVTFownBREGxcFnhmw6D7FHomGYCF/
owner() view returns (address)
0xb9727b433cc3ec5e95d32aaec40f1a3f9ad59dde
symbol() view returns (string)
Occult
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
occultistCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePause()
occultistCouncil()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
summon()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateURI(string newOccultURI)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()