Wormhole Community Wassies
Verified contract
Proxy
Active on
Ethereum with 1,875 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Wormhole Community Wassies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332533 | an hour ago | | | 0 | 0.0011405746 | |
| 21311280 | 3 days ago | | | 0 | 0.00032745996 | |
| 21274390 | 8 days ago | | | 0 | 0.00028466300 | |
| 21207866 | 17 days ago | | | 0 | 0.00062593132 | |
| 21198043 | 19 days ago | | | 0 | 0.00086933600 | |
| 21171590 | 23 days ago | | | 0 | 0.00055810033 | |
| 21123504 | a month ago | | | 0 | 0.0013034676 | |
| 21121599 | a month ago | | | 0 | 0.00013662003 | |
| 21116849 | a month ago | | | 0 | 0.00057133491 | |
| 21062369 | a month ago | | | 0 | 0.00026154429 |
ABI
ABI objects
Getter at block 21332890 getAllTokenTypes() view returns (uint16[])
baseURI() view returns (string)
https://wormhole.wassifier.com/metadata/
burnable() view returns (bool)
true
getMerkleRoot() view returns (bytes32)
0xc2948d5142fc53f8f139078d2f4069a2291a0e54bb5e9589133aad179cb6950b
initialised() view returns (bool)
true
lockedMinting() view returns (bool)
false
lockedURI() view returns (bool)
false
maxSupply() view returns (uint104)
0
name() view returns (string)
Wormhole Community Wassies
owner() view returns (address)
0xef4ac27d579e13260654ec8cce81aa5265ddefed
symbol() view returns (string)
WCW
totalSupply() view returns (uint256)
4469
transferable() view returns (bool)
true
uniqueMetadata() view returns (bool)
true
Read-only
addressIsInMerkleTree(bytes32[] proof_, bytes32 leafHash_) view returns (bool)
balanceOf(address owner) view returns (uint256)
getAddressHasMinted(address minter_, uint256 tokenTypeId_) view returns (bool)
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)
tokenIdToTypeId(uint256) view returns (uint16)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId_)
communityMint(struct IERC721CCMintRequest[] mintRequests_)
fixedMint(struct IERC721CCMintRequest[] mintRequests_)
initialise(string name_, string symbol_, string baseURI_, uint256 maxSupply_, bool[] switches_, bytes initialArgs_)
lockMinting(bytes14 confirm_)
lockURI(bytes14 confirm_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateBaseURI(string uri_)
updateMerkleRoot(bytes32 newMerkleRoot_)
updateURISuffixes(struct ICommunityCollectionURISuffixes[] uriSuffixes_)
updateUniqueMetadata(bool uniqueMetadata_)
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)
MerkleRootUpdated(bytes32 newMerkleRoot)
MintingLocked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URILocked()
URISuffixUpdated(string oldURISuffix, string newURISuffix)
URIUpdated(string oldURI, string newURI)
UniqueMetadataBoolUpdated()
This contract contains no constructor objects.
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()