Wurms

Verified contract

Active on Ethereum with 152 txns
Deployed by via 0x70328cb9 at 16968382
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional variables

No balances found for "Wurms"

0xdbde64ccd733130ceedeb6e0d64ad211f9cd57003bfbdd3206e8ac701f71bb79
0xf14efe9dafc4e11b3d5c2454b12f12bbbc49e420ae98ee0c9add5c86e99284ef
0x71feadb96ca497eac1f2827cc6966c79157038122c38001ff144cd2c33bf8b38
0x20aeb2cc6b83ecaf54d2a6f006f280e941b43a684ad183726d05c811a18347b0
0xdd3adfaa5d08a850a63b65ae893d77ba0634148f44782f3571fed6cf07c04ac7
0x02c4d28a702333fcde54da81bda851551c2c7958e2ed8ce7df97846d00ca48cd
0x6c8ce56edcbea337af31f473b20ac6afb73e8f474d208f7b3e764f69655df406
0xf16484f9fe9faa49c6c89b2f3f123ce91ebcdca26809c14e941b20479c77ca4f
0x39fce3fc8f08fc26f9ccf23d155630ba40fefb852ca21c6652d817367f475daa
0x3000ac396e2f414e5ca4f88233d16a424498f91c77d21e1fc6ec9079ac724e21

Functions
Getter at block 21392838
MAX_SUPPLY(view returns (uint256)
3500
PRESALE_MAX_SUPPLY(view returns (uint256)
2000
baseTokenURI(view returns (string)
ipfs://bafybeihekhve66ywsejofgfhasy7mcbeq7hduc25wnwycvzjpn3xxif3um/
heymintFeePerToken(view returns (uint256)
700000000000000
heymintPayoutAddress(view returns (address)
0xe1fac470de8de91c66778eaa155c64c7ceefc851
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPresaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
metadataFrozen(view returns (bool)
false
name(view returns (string)
Wurms
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x5b2816a1b7fc445966a5c233550f770ab13a9a91
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
presaleMintsAllowedPerAddress(view returns (uint256)
1
presaleMintsAllowedPerTransaction(view returns (uint256)
3500
presalePrice(view returns (uint256)
0
publicMintsAllowedPerAddress(view returns (uint256)
3
publicMintsAllowedPerTransaction(view returns (uint256)
3500
publicPrice(view returns (uint256)
0
royaltyAddress(view returns (address)
0x5b2816a1b7fc445966a5c233550f770ab13a9a91
royaltyFee(view returns (uint96)
500
symbol(view returns (string)
WURM
totalSupply(view returns (uint256)
243
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutBasisPoints(uint256view returns (uint256)
randomHashStore(uint256view returns (bytes32)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
freezePayoutAddresses(
gift(address[] receiversuint256[] mintNumber
mint(uint256 numTokenspayable 
pause(
presaleMint(bytes32 messageHashbytes signatureuint256 numTokensuint256 maximumAllowedMintspayable 
reduceMaxSupply(uint256 _newMaxSupply
reducePresaleMaxSupply(uint256 _newPresaleMaxSupply
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed
setPresalePrice(uint256 _presalePrice
setPresaleSignerAddress(address _presaleSignerAddress
setPresaleState(bool _saleActiveState
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed
setPublicPrice(uint256 _publicPrice
setPublicSaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateOperatorFilterRegistryAddress(address newRegistry
updatePayoutAddressesAndBasisPoints(address[] _payoutAddressesuint256[] _payoutBasisPoints
withdraw(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(uint256 _heymintFeePerToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(