LOREMNFT
Verified contract
Active on
Ethereum with 19,896 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LOREMNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102394 | 14 days ago | | | 0 | 0.00012870000 | |
| 20905556 | a month ago | | | 0 | 0.00074340090 | |
| 20905556 | a month ago | | | 0 | 0.00074592640 | |
| 20901188 | a month ago | | | 0 | 0.00028823455 | |
| 20818528 | 2 months ago | | | 0 | 0.00036156272 | |
| 20713350 | 2 months ago | | | 0 | 0.00047127661 | |
| 20713172 | 2 months ago | | | 0 | 0.00010935539 | |
| 20713041 | 2 months ago | | | 0 | 0.000084135316 | |
| 20677744 | 2 months ago | | | 0 | 0.00034026256 | |
| 20668596 | 2 months ago | | | 0 | 0.000051004043 |
ABI
ABI objects
Getter at block 21204950
_adminSigner() view returns (address)
0xf869b9dc02966f44537e869f20faf66fadd71f70
_baseTokenURI() view returns (string)
ipfs://bafybeifosyjajda4gf6o2yn6l7qyjyxqwca7ee5hh6oeo2oentqfhqpcu4/
maxPerAddress() view returns (uint8)
1
maxcollectionSize() view returns (uint256)
10000
name() view returns (string)
LOREMNFT
owner() view returns (address)
0x463b2b3438a5d95f71c1377352f843e7172ff709
quantityForMint() view returns (uint256)
9900
salesStage() view returns (uint8)
3
symbol() view returns (string)
LOREM
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
10000
Read-only
alMinted(address) view returns (uint256)
authorizedMinteds(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events alMint(uint256 quantity, uint256 allowquantity, bytes signature) payable
approve(address to, uint256 tokenId)
authorizedMint(uint256 quantity, uint256 allowquantity, bytes signature) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerAddress(uint8 newmaxPerAddress)
setPrice(uint256 newPrice)
setQuantityForMint(uint256 newquantityForMint)
setSalesStage(uint8 newSalesStage)
setSigner(address newSigner)
teamMint(address[] to_, uint256 quantity_)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()