LoveOrTruth
Verified contract
Active on
Ethereum with 726 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.14)
Native
Value
$19.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,189.78 |
$19.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16954384 | 2 years ago | | | 0 | 0.0016926864 | |
| 15086901 | 2 years ago | | | 0 | 0.00039908319 | |
| 14996113 | 2 years ago | | | 0 | 0.0011234915 | |
| 14949781 | 2 years ago | | | 0 | 0.00041402501 | |
| 14918730 | 2 years ago | | | 0 | 0.0021213976 | |
| 14867335 | 2 years ago | | | 0.006 | 0.0021597106 | |
| 14861148 | 2 years ago | | | 0 | 0.00055678973 | |
| 14860220 | 2 years ago | | | 0 | 0.0023554617 | |
| 14859260 | 2 years ago | | | 0 | 0.0013065730 | |
| 14858214 | 2 years ago | | | 0 | 0.00074642370 |
ABI
ABI objects
Getter at block 21160769
baseURI() view returns (string)
ipfs://QmYqqoU4G9XPxEDC73YoBM8tHo11rdrNPhxLXCTSSMuXBU/
maxFreeMintPerAddr() view returns (uint256)
5
maxFreeSupply() view returns (uint256)
3000
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
4105
mintEnabled() view returns (bool)
true
name() view returns (string)
LoveOrTruth
owner() view returns (address)
0x92c10f586be7f730ebe31c841265c4cc63d34778
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
LOT
totalSupply() view returns (uint256)
2417
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStateToggle()
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()