0x6123a4e619994cd89d9639a9dc4e4bbf98a62f52
Unverified contract
Proxy
Active on
Base with 6,983 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "0x6123a4e619994cd89d9639a9dc4e4bbf98a62f52"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22653335 | 2 days ago | | | 0 | 8.8865657e-7 | |
| 22629375 | 3 days ago | | | 0.000777 | 0.0000021261442 | |
| 22554016 | 5 days ago | | | 0 | 5.3284037e-7 | |
| 22534421 | 5 days ago | | | 0 | 9.2800131e-7 | |
| 22472055 | 7 days ago | | | 0 | 4.6661252e-7 | |
| 22233182 | 12 days ago | | | 0.000777 | 0.0000021104172 | |
| 22142257 | 14 days ago | | | 0 | 0.000000408648000000 | |
| 22025648 | 17 days ago | | | 0.000777 | 0.0000018019587 | |
| 21893850 | 20 days ago | | | 0.000777 | 0.0000021144842 | |
| 21615050 | a month ago | | | 0 | 1.2934093e-7 |
ABI
ABI objects
Getter at block 22754070 proxiableUUID() view returns (bytes32)
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
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)
setPlatformTreasury(address _platformTreasury)
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)
PlatformTreasurySet(address indexed platformTreasury)
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)