0xf4782430466abaaf8ed81eed5ba75bf976a5c17e

Unverified contract

Proxy

Active on Base with 8,798 txns
Deployed by via 0xdcce71c8 at 16084805
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
ERC-20
--
0xb96845fafd6c3cf269e408d03b13510b236075c44bf55abbb45f3d4d8126dfcd
0x109ab5da3c60bc9b5bc4185f848eb2eeb1c6e76172ae29926a48c181fb0753ac
0x896d20685da2253ac86693f254ccbbdd7699e2b23eca7ddab8a63934bd1750a7
0x9f50cd8fb793981429a1b93e3df03dbb5ab9e8dc6845dcccaee969fd6ed02557
0xa9561d06b502b5bf12be8e5ab1cbe3faf2649fc3bcb2a28d8f6943141215c8e9
0xa9dab7da40fb4f9a9f87f50c239ef2ee48795aada8fac749422c5b493bfb1350
0x4670efc3bd20e0f6d6a60b647bb16da5d2dd8d6122c328b899e0cbf54f227e25
0x85f0d39fd0166a84c317043ee894f02274e67a7a8bd19684adcb2013a5092b3b
0x974e7a81fd633512ff1cd3bf5e454119b75df78f9531f0a572eae2999fac0db2
0xf6f20086c2a6843e58e0fd0e0b7674509f31fd2fcf602ad11a7274174890eb3c

Functions
Getter at block 22947362
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
contractURI(view returns (string)
https://api.deform.cc/nft/097c9c4f-973e-4af3-bbdb-007363e16ba0
defaultPlatformFee(view returns (uint256)
777000000000000
owner(view returns (address)
0xe43f749bd556d53c9012a502cd0175e1d7f4da2e
ownerTreasury(view returns (address)
0xe43f749bd556d53c9012a502cd0175e1d7f4da2e
paused(view returns (bool)
false
platform(view returns (address)
0x729e4815ba2943c1d4a804649b9867904a7bbac6
platformTreasury(view returns (address)
0x729e4815ba2943c1d4a804649b9867904a7bbac6
 
proxiableUUID(view returns (bytes32)
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
customPlatformFee(uint256 tokenIdview returns (uint256)
endTime(uint256 tokenIdview returns (uint256)
getPlatformFee(uint256 tokenIdview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
isMintable(uint256 tokenIdview returns (bool)
isSoulbound(uint256 tokenIdview returns (bool)
maxMintCountPerAddress(uint256 tokenIdview returns (uint256)
maxMintCountPerTokenId(uint256 tokenIdview returns (uint256)
mintCount(uint256 tokenIdaddress accountview returns (uint256)
mintPrice(uint256 tokenIdview returns (uint256)
startTime(uint256 tokenIdview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
burn(uint256 iduint256 amount
initialize(address _owneraddress _ownerTreasuryaddress _platformaddress _platformTreasuryuint256 _defaultPlatformFeestring _uri
launchMintForId(uint256 iduint256 price
launchMintForId(uint256 iduint256 priceuint256 _startTimeuint256 _endTime
mint(uint256 iduint256 amountbytes datapayable 
pause(
renounceOwnership(
renouncePlatformOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newuri
setCustomPlatformFee(uint256 tokenIduint256 fee
setDefaultPlatformFee(uint256 fee
setMaxMintCountForAddress(uint256 tokenIduint256 maxMintsAllowed
setMaxMintCountForTokenId(uint256 tokenIduint256 maxMintCount
setMintPrice(uint256 iduint256 price
setMintingStatusForId(uint256 idbool status
setOwnerTreasury(address _ownerTreasury
setSoulbound(uint256 tokenIdbool status
setStartAndEndTime(uint256 iduint256 _startTimeuint256 _endTime
transferOwnership(address newOwner
transferPlatformOwnership(address newPlatformAddress
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractInitialized(address indexed owneraddress indexed ownerTreasuryaddress indexed platformaddress platformTreasuryuint256 defaultPlatformFeestring uri
CustomPlatformFeeSet(uint256 indexed tokenIduint256 fee
DefaultPlatformFeeSet(uint256 fee
Initialized(uint64 version
LogAddressAndBalance(address indexed accountuint256 balance
MaxMintCountForTokenIdSet(uint256 indexed tokenIduint256 maxMintCount
MaxMintCountPerAddressSet(uint256 indexed tokenIduint256 maxMintsAllowed
MintLaunched(uint256 indexed tokenIduint256 price
MintPriceSet(uint256 indexed tokenIduint256 price
MintStatusSet(uint256 indexed tokenIdbool status
OwnerTreasurySet(address indexed ownerTreasury
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SoulboundStatusSet(uint256 indexed tokenIdbool status
StartAndEndTimeSet(uint256 indexed tokenIduint256 _startTimeuint256 _endTime
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
Unpaused(address account
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
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
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PlatformUnauthorizedAccount(address sender
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot