Pomf

Unverified contract

Proxy

Active on Base with 983 txns
Deployed by via 0xaef043b6 at 12807853
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
1 additional variable

No balances found for "Pomf"

0xa51a4a848db0bd87958fea1dda819174d6ea4d2a02042eca7c34b3d9eed25d51
0xed41750b63df66da16363b198d408536b6c37a830e322dd3faae5c56528a6c8e
0x0b3fd5d0a1a6841d3054f8b3e1f497780db974bcaf8e307d8742a5f38e8aadab
0xb0e2511bb0c46def138c2cd3e5e5822b04c70009e6b9bb3e832363eea461016c
0xc20e7f6767c15e97828d8448ed2bc7038618eee1c7b61f35c7d83d315d7cccef
0x8bf319554cb53232f11a643ddb3b0f6ede1e41bb0e0d1c30ee18917cfcc7acb6
0x8e1f03f3be7ec4204f93a7289e6030263b075508da86549e9bae826d1a176216
0x4ea66a3d19b96dbe1170d8c55661dc6d0dfcdc67e64c8195af36e515e1235699
0x84bcc8c16cb5bc4abcd54cbd6ab97a2f6f6760ff386ac212ba5a7346c1f59994
0x00f58f66a05591a3a995c6bbeabe08b8ebefc2ea303edcb9b225df277360020c

Functions
Getter at block 22012559
getAllTokenData(view returns (struct TokenData[])
[((10000, 10, 10000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, 1712750400, 1800000000000000, 2c40979f-5b57-4deb-a898-abe7abe54f8d, ([], [])), 0)]
getFallbackPaymentSplitterSettings(view returns (struct PaymentSplitterSettings)
([0x5eD10700Ad4923700286B28d0b7b0db120F771fe, 0x985AFcA097414E5510c2C4faEbDb287E4F237A1B], [95, 5])
name(view returns (string)
Pomf
owner(view returns (address)
0x5ed10700ad4923700286b28d0b7b0db120f771fe
symbol(view returns (string)
totalReleased(view returns (uint256)
7777800000000000000
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getTokenSettingsByTokenId(uint256 idview returns (struct TokenSettings)
isApprovedForAll(address accountaddress operatorview returns (bool)
releasable(address accountview returns (uint256)
released(address accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
airdropToken(uint256 iduint32[] quantitiesaddress[] recipients
burn(uint256 iduint256 amount
capSupplyAtIndex(uint256 id
createDropToken(struct TokenSettings settings
createDropTokens(struct TokenSettings[] tokenSettings
initialize(string _namestring _symbolstring _baseUristruct TokenSettings[] _tokenSettingsstruct RoyaltySettings _royaltySettingsstruct PaymentSplitterSettings _paymentSplitterSettingsbool _allowBurningaddress _deployeraddress _operatorFilter
mintToken(uint256 iduint32 quantitypayable 
mintTokenAllowlist(uint256 iduint32 quantityuint32 maxQuantitybytes32[] proofpayable 
mintTokenTo(address accountuint256 iduint32 quantitypayable 
release(address payee
releaseBatch(address[] payees
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setTokenRoyaltyInfo(uint256 tokenIdaddress receiveruint96 feeBasisPoints
setUri(string uri
toggleBurning(
transferOwnership(address newOwner
updateFallbackPaymentSplitterSettings(struct PaymentSplitterSettings settings
updatePaymentSplitterSettingsByIndex(uint256 idstruct PaymentSplitterSettings settings
updateTokenSettingsByIndex(uint256 idstruct TokenSettings settings
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BurnStatusChanged(bool burnActive
FallbackRevenueSettingsUpdated(
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PaymentReleased(address touint256 amount
RevenueSettingsUpdated(uint256 tokenId
RoyaltyUpdated(address royaltyAddressuint96 royaltyAmount
TokenBurned(address indexed owneruint256 tokenIduint256 amount
TokenCreated(string indexed uuiduint256 indexed tokenId
TokenRoyaltyUpdated(uint256 tokenIdaddress royaltyAddressuint96 royaltyAmount
TokenSettingsUpdated(uint256 tokenId
TokenSupplyCapped(uint256 tokenIduint256 maxSupply
TokensAirdropped(uint256 numRecipientsuint256 numTokens
TokensMinted(address indexed touint256 tokenIduint256 quantity
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
BurningNotAllowed(
ExceedMaxPerWallet(
InvalidAirdrop(
InvalidMintDates(
InvalidMintFunction(
InvalidPaymentSplitterSettings(
InvalidPrice(
InvalidProof(
InvalidToken(
MintNotActive(
OperatorNotAllowed(address operator
SoldOut(
TokenSettingsLocked(
TooManyTokens(