0xf4782430466abaaf8ed81eed5ba75bf976a5c17e
Unverified contract
Proxy
Active on
Base with 8,798 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22893460 | a day ago | | | 0.000777 | 0.0000019610248 | |
| 22862537 | 2 days ago | | | 0.000777 | 9.9363892e-7 | |
| 22841344 | 2 days ago | | | 0 | 4.9742984e-7 | |
| 22841342 | 2 days ago | | | 0 | 8.1380465e-7 | |
| 22841156 | 2 days ago | | | 0.000777 | 0.0000018401358 | |
| 22830512 | 3 days ago | | | 0.000777 | 0.0000019681828 | |
| 22830073 | 3 days ago | | | 0.000777 | 0.0000018401358 | |
| 22829890 | 3 days ago | | | 0.000777 | 0.0000018401358 | |
| 22828258 | 3 days ago | | | 0.000777 | 0.000000809956300000 | |
| 22827574 | 3 days ago | | | 0 | 5.9857084e-7 |
ABI
ABI objects
Getter at block 22947362 proxiableUUID() view returns (bytes32)
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
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
customPlatformFee(uint256 tokenId) view returns (uint256)
endTime(uint256 tokenId) view returns (uint256)
getPlatformFee(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isMintable(uint256 tokenId) view returns (bool)
isSoulbound(uint256 tokenId) view returns (bool)
maxMintCountPerAddress(uint256 tokenId) view returns (uint256)
maxMintCountPerTokenId(uint256 tokenId) view returns (uint256)
mintCount(uint256 tokenId, address account) view returns (uint256)
mintPrice(uint256 tokenId) view returns (uint256)
startTime(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events burn(uint256 id, uint256 amount)
initialize(address _owner, address _ownerTreasury, address _platform, address _platformTreasury, uint256 _defaultPlatformFee, string _uri)
launchMintForId(uint256 id, uint256 price)
launchMintForId(uint256 id, uint256 price, uint256 _startTime, uint256 _endTime)
mint(uint256 id, uint256 amount, bytes data) payable
pause()
renounceOwnership()
renouncePlatformOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setCustomPlatformFee(uint256 tokenId, uint256 fee)
setDefaultPlatformFee(uint256 fee)
setMaxMintCountForAddress(uint256 tokenId, uint256 maxMintsAllowed)
setMaxMintCountForTokenId(uint256 tokenId, uint256 maxMintCount)
setMintPrice(uint256 id, uint256 price)
setMintingStatusForId(uint256 id, bool status)
setOwnerTreasury(address _ownerTreasury)
setSoulbound(uint256 tokenId, bool status)
setStartAndEndTime(uint256 id, uint256 _startTime, uint256 _endTime)
transferOwnership(address newOwner)
transferPlatformOwnership(address newPlatformAddress)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractInitialized(address indexed owner, address indexed ownerTreasury, address indexed platform, address platformTreasury, uint256 defaultPlatformFee, string uri)
CustomPlatformFeeSet(uint256 indexed tokenId, uint256 fee)
DefaultPlatformFeeSet(uint256 fee)
Initialized(uint64 version)
LogAddressAndBalance(address indexed account, uint256 balance)
MaxMintCountForTokenIdSet(uint256 indexed tokenId, uint256 maxMintCount)
MaxMintCountPerAddressSet(uint256 indexed tokenId, uint256 maxMintsAllowed)
MintLaunched(uint256 indexed tokenId, uint256 price)
MintPriceSet(uint256 indexed tokenId, uint256 price)
MintStatusSet(uint256 indexed tokenId, bool status)
OwnerTreasurySet(address indexed ownerTreasury)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SoulboundStatusSet(uint256 indexed tokenId, bool status)
StartAndEndTimeSet(uint256 indexed tokenId, uint256 _startTime, uint256 _endTime)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PlatformUnauthorizedAccount(address sender)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)