MintID
Verified contract
Proxy
Active on
Ethereum with 7,203 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- | |
MintID | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213039 | 19 hours ago | | | 0 | 0.00038373175 | |
| 21202851 | 2 days ago | | | 0 | 0.0010475746 | |
| 21196075 | 3 days ago | | | 0 | 0.0022084397 | |
| 21172353 | 6 days ago | | | 0 | 0.0024453573 | |
| 21170294 | 7 days ago | | | 0 | 0.00075616132 | |
| 21163207 | 8 days ago | | | 0 | 0.0013752278 | |
| 21149653 | 10 days ago | | | 0 | 0.00094983718 | |
| 21141688 | 11 days ago | | | 0 | 0.00056277846 | |
| 21141671 | 11 days ago | | | 0 | 0.00050478208 | |
| 21109379 | 15 days ago | | | 0 | 0.00036286339 |
ABI
ABI objects
Getter at block 21218822 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
mintConfig() view returns (uint64 price, uint32 startTime, uint32 endTime)
(price=280000000000000000, startTime=1705449600, endTime=1706054400)
minted() view returns (uint256)
10000
name() view returns (string)
MintID
owner() view returns (address)
0x3efb4395bcb476aa12d9ed30365e500f17b2fbc3
paused() view returns (bool)
false
royalty() view returns (uint256)
50
stakingState() view returns (uint256)
1
symbol() view returns (string)
MintID
totalSupply() view returns (uint256)
10000
treasuryAddress() view returns (address)
0xa6feff863fd8f23fe476b1272b1a38601d9828b8
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publiclist(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
stakedAddressInfo(address, uint256) view returns (uint256)
stakedNum(address staker) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
initialize(address _address)
mint(uint8 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintConfig(uint64 _price, uint32 _startTime, uint32 _endTime)
setRoyalty(uint256 _royalty)
setStakingState(uint256 _state)
setTreasuryAddress(address _addr)
stake(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensStaked(address indexed owner, uint256[] tokenIds)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InsufficientBalance(address minter)
InvalidCaller()
InvalidInitialization()
MintERC2309QuantityExceedsLimit()
MintFinished()
MintNotStart()
MintToZeroAddress()
MintZeroQuantity()
NotInitializing()
OverLimit(address minter)
OverMaxLimit()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotMinted(uint256 tokenId)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)