Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00079 |
$0 | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 3 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21733642 | 23 days ago | | | 0 | 8.3380025e-7 | |
| 21733586 | 23 days ago | | | 0 | 8.2531560e-7 | |
| 21733559 | 23 days ago | | | 0 | 8.2546367e-7 | |
| 21733340 | 23 days ago | | | 0 | 8.2763407e-7 | |
| 21733298 | 23 days ago | | | 0 | 8.2593608e-7 | |
| 21415722 | a month ago | | | 0 | 3.9647236e-7 | |
| 21415481 | a month ago | | | 0 | 3.6277689e-7 | |
| 21415223 | a month ago | | | 0 | 3.7024640e-7 | |
| 21415050 | a month ago | | | 0 | 3.7717313e-7 | |
| 21414898 | a month ago | | | 0 | 3.7056187e-7 |
ABI
ABI objects
Getter at block 22743794
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
_kycMintMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_preMintMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMintCount() view returns (uint256 kycMintCount, uint256 preMintCount, uint256 publicMintCount, uint256 superMintCount)
(kycMintCount=0, preMintCount=0, publicMintCount=0, superMintCount=0)
getMintLimit() view returns (uint256 kycMintLimit, uint256 preMintLimit, uint256 publicMintLimit, uint256 addressMintLimit, uint256 superMintLimit)
(kycMintLimit=0, preMintLimit=0, publicMintLimit=0, addressMintLimit=0, superMintLimit=0)
getMintPrice() view returns (uint256 kycMintPrice, uint256 preMintPrice, uint256 publicMintPrice)
(kycMintPrice=0, preMintPrice=0, publicMintPrice=0)
getSuperMintPrice() view returns (uint256)
0
getSwith() view returns (bool kycMintOpen, bool preMintOpen, bool publicMintOpen, bool transferOpen, bool superMintOpen)
(kycMintOpen=false, preMintOpen=false, publicMintOpen=false, transferOpen=false, superMintOpen=false)
name() view returns (string)
LOVE SBT
owner() view returns (address)
0xa236e308d9dd703d9684fe2c27054c95177da104
supply() view returns (uint256)
100000000
symbol() view returns (string)
LOVE SBT
totalMinted() view returns (uint256)
10224
totalSupply() view returns (uint256)
10224
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCanMintCount(address user) view returns (uint256)
getSuperAddress(address contractAddress) view returns (uint256)
getTokenCanMintCount(address contractAddress, uint256 tokenId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isOperator(address account) view returns (bool)
isWhitelist(bytes32[] kycMerkleProof, bytes32[] preMerkleProof) view returns (bool isKycWhitelist, bool isPreWhitelist)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addOperator(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
kycMint(bytes32[] merkleProof, uint256 count) payable
operatorMint(address[] toAddresses, uint256[] amounts)
preMint(bytes32[] merkleProof, uint256 count) payable
publicMint(uint256 count) payable
renounceOwnership()
revokeOperator(address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setMerkleRoot(bytes32 kycMintMerkleRoot, bytes32 preMintMerkleRoot)
setMintLimit(uint256 kycMintLimit, uint256 preMintLimit, uint256 publicMintLimit, uint256 addressMintLimit, uint256 superMintLimit)
setMintPrice(uint256 kycMintPrice, uint256 preMintPrice, uint256 publicMintPrice)
setOpen(bool open)
setSuperAddress(address contractAddress, uint256 count)
setSuperMintPrice(uint256 superMintPrice)
setSwith(bool kycMintOpen, bool preMintOpen, bool publicMintOpen, bool transferOpen, bool superMintOpen)
superMint(address[] contracts, uint256[] tokenIds, uint256[] counts) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address[] tokens, address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()