Tribute Of The Witches
Verified contract
Active on
Ethereum with 410 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 "Tribute Of The Witches"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15223130 | 2 years ago | | | 0 | 0.00015893980 | |
| 15101945 | 2 years ago | | | 0 | 0.0014686423 | |
| 15099232 | 2 years ago | | | 0 | 0.0026111512 | |
| 15088478 | 2 years ago | | | 0 | 0.0012107037 | |
| 15079330 | 2 years ago | | | 0 | 0.00087269456 | |
| 15078899 | 2 years ago | | | 0 | 0.00069994500 | |
| 15078788 | 2 years ago | | | 0 | 0.00078937656 | |
| 15078171 | 2 years ago | | | 0 | 0.0010358642 | |
| 15075860 | 2 years ago | | | 0 | 0.00079718235 | |
| 15075618 | 2 years ago | | | 0 | 0.00081489052 |
ABI
ABI objects
Getter at block 21194974
FREE_MAX_SUPPLY() view returns (uint256)
333
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
333
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmPJAtKmFbDG9rVLw9rmDd4T7RBnAq4RJikrd2UUfq8PNU/
contractURI() view returns (string)
ipfs://QmPJAtKmFbDG9rVLw9rmDd4T7RBnAq4RJikrd2UUfq8PNU/
name() view returns (string)
Tribute Of The Witches
owner() view returns (address)
0x83d6157f4ccefdf467c51d1df99a4347969131cc
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Witches
totalSupply() view returns (uint256)
334
Read-only
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)
State-modifying
Events approve(address to, uint256 tokenId)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()