0x6123a4e619994cd89d9639a9dc4e4bbf98a62f52

Unverified contract

Proxy

Active on Base with 6,983 txns
Deployed by via 0x6466f832 at 16972411
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "0x6123a4e619994cd89d9639a9dc4e4bbf98a62f52"

0xf5178693f878a23547ba4a2017ec23d4b11ad2d831412372ad103fc7bd70512f
0xc0c22e73564be8feb24fb3f34a8e218b494e41d079b079e7549e8e93bc21711c
0xb6c0381b4153d2b6867f5e0af4b0eed540c928b20b56340d7b3013bdbf03643b
0x0e6ce046e5be4cb08e74921f59ba699b88378611a1f62e3a43da558d27fe6819
0xdd798f791a46881e99988318a579e8f6e1844f81989addd6e8ccbe18c79b8d1a
0x4840131d129bcc121633d2f025c981ca8911241154eed3d8ce2be778e0e29fff
0x8125a67a7d2795e35a2068464c737e94636ca028e836fa6cfba71795a25ee9d8
0xdcb09bfa3557b23190d2b02231c117138de611cf6c66d730be0cb538f15299c7
0xed50a4be90477d9398cc4d07dc759e8b42210ee878ea31eade024cf8f9d0872a
0xd1ebae2fc2154187d16fea6bba8d81461a60542f90e30ad0acfd1f5296bdb022

Functions
Getter at block 22754070
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
contractURI(view returns (string)
https://api.deform.cc/nft/9a7a6fef-0abd-4780-8715-d9ff14716c05
defaultPlatformFee(view returns (uint256)
777000000000000
owner(view returns (address)
0xe43f749bd556d53c9012a502cd0175e1d7f4da2e
ownerTreasury(view returns (address)
0xe43f749bd556d53c9012a502cd0175e1d7f4da2e
paused(view returns (bool)
false
platform(view returns (address)
0x8e544a87c82ee1081915319da4252ac10d3cac6a
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
setPlatformTreasury(address _platformTreasury
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
PlatformTreasurySet(address indexed platformTreasury
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