0xf4782430466abaaf8ed81eed5ba75bf976a5c17e

Unverified contract

Proxy

Active on Base with 8,766 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
--
0x1b8d268182f7f6f0b63ddbd11736f58e1c49f8506eb95e3289c2bc6866c8b20d
0x1c14b4638234826cd4479cfa6e0c0b366f0075f62da906f6ad68a2b7e9dc6f19
0xdf7b0cd21d04983310cd2f3589c4051341239fd7d32ec9c04013599c9a19a8b1
0x68d588a0d4a68eda9dec3199fc77d19aafe99399e5abef590167a1762be1744c
0xf46e60a453ac44ae33a034ab65efc144721a81ae7fe690c1c521eaedc2db5848
0x1096972d2e7b694944f7b89b2f06b0516b32d7328dd5b25fe6d1b8d6e9ff6f81
0x6f635ee657e6a236001f840be541af5a800b7f1f246b6e5903f6039f3de286bf
0x60bba71646eac288b45377470356d78bf76c8ce84692201e6fe9c154861322b9
0x64074668953c02649da04a8dd66834bb25b189d61d18ad7377a126335f45d1a6
0x9c25f885bcd9815cbe1f15fc002fa61fdb76d50764ae7470316470234ec3d70b

Functions
Getter at block 21804546
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