PaddysPass

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x25a49786 at 18876708
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots

No balances found for "PaddysPass"

0xfe3dd935d7bdcc6054e7afaab24e544c1bcee18699fd8a23f0f6695861ca405a
From

Functions
Getter at block 20791760
owner(view returns (address)
0x0000000000000000000000000000000000000000
registry(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
maxSupply(uint256 tokenIdview returns (uint256)
numberMinted(addressuint256uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenData(uint256view returns (uint256 tokenIduint256 totalSupplyuint256 maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint)
tokenMintedByOwner(address owneruint256 tokenIduint256 phaseview returns (uint256)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256view returns (string)
State-modifying
airdrop(uint256 tokenIdaddress[] receiversuint256[] amount
initialize(string metadataUriaddress _registryaddress _signer
privateMint(uint256 tokenIduint256 amountuint256 maxMintuint256 phasebytes signaturepayable 
publicMint(uint256 tokenIduint256 amountpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setRegistry(address _registry
setSigner(address _signer
setTokenData(uint256 tokenIduint256 _totalSupplyuint256 _maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint
setURI(string metadataUri
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BalanceWithdrawn(address owneruint256 contractBalance
Initialized(uint64 version
MetadataUriChanged(string metadataUri
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RegistryContractChanged(address registry
SignerAddressChanged(address signer
StakingContractChanged(address staking
TokenDataChanged(uint256 tokenIduint256 totalSupplyuint256 maxSupplyuint256 publicPriceuint256 publicStartuint256 publicMaxMint
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedsMintLimit(
ContractMintNotAllowed(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
InsufficientBalance(
InvalidInitialization(
InvalidSignature(
NotAllowed(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PublicMintNotLive(
ReentrancyGuardReentrantCall(
SoldOut(
TransferFailed(
ZeroBalance(