Wormhole Community Wassies

Verified contract

Proxy

Active on Ethereum with 1,875 txns
Deployed by via 0x4c797c05 at 19281900
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wormhole Community Wassies"

0x9a9fd41d5bff2db4f08e40cde65c41a21841e4409bd2e1f749c7881e30bcd7a7
0xeef8de2e7cfe84d8070cebc295f7c7439fb1dec153e5b13b3ad7c08e363b2859
0x89737603404563d2bf8e84cb62b1f98786f52d32252fcfcf91db3a87da9b00fa
From
0xbf9546e5aab2fd76468eb75ce6d27af8328f304f7230a5850aa2d494fca37649
0xfd25a5797edffce39471634e19ca33faed22d5c99aa49418a18324883182eb7c
0x148c92566f002fc82a2da0d54437ba5db143405f0e3bc1f241075567dc6f4bc5
0x94ffc7e8e3782cd1f0e99e26bd85ae305bc97ffdb89ca7674bae507d24b7e542
0x9399399ebd3287fc8086e1b9b8e561dbc67575d846ca8711aaca8a89a3d60349
0xed024cd6d3e6c23ef354bdc55cdc6fa65acb500ffaec867830f275c043afb005
0xe65b42985d6805a6fa6e2781f73f628f1306161e130c4036302af7dcad56755a

Functions
Getter at block 21332890
baseURI(view returns (string)
https://wormhole.wassifier.com/metadata/
burnable(view returns (bool)
true
 
getAllTokenTypes(view returns (uint16[])
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 ownerview returns (uint256)
getAddressHasMinted(address minter_uint256 tokenTypeId_view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToTypeId(uint256view returns (uint16)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
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 fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateBaseURI(string uri_
updateMerkleRoot(bytes32 newMerkleRoot_
updateURISuffixes(struct ICommunityCollectionURISuffixes[] uriSuffixes_
updateUniqueMetadata(bool uniqueMetadata_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MerkleRootUpdated(bytes32 newMerkleRoot
MintingLocked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
URILocked(
URISuffixUpdated(string oldURISuffixstring newURISuffix
URIUpdated(string oldURIstring newURI
UniqueMetadataBoolUpdated(
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(