Lasogette NFT
Verified contract
Active on
Ethereum with 14,230 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 "Lasogette NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267132 | 6 hours ago | | | 0 | 0.00089327197 | |
| 21265358 | 12 hours ago | | | 0 | 0.0011996213 | |
| 21258434 | a day ago | | | 0 | 0.00032700900 | |
| 21258261 | a day ago | | | 0 | 0.00043243319 | |
| 21252062 | 2 days ago | | | 0 | 0.00080536576 | |
| 21252026 | 2 days ago | | | 0 | 0.00079797318 | |
| 21250392 | 3 days ago | | | 0 | 0.00049006000 | |
| 21246905 | 3 days ago | | | 0 | 0.00034663892 | |
| 21246901 | 3 days ago | | | 0 | 0.00060718435 | |
| 21244667 | 3 days ago | | | 0 | 0.00057987846 |
ABI
ABI objects
Getter at block 21268979
EPS() view returns (address)
0xb846e59af08e9695fa7c4ed5743e81e623caa218
EPS_MINTING_RIGHTS_INDEX() view returns (uint256)
2
INSURANCE() view returns (string)
Interaction with this contract serves as an insurance against roko's basilisk.
baseURI() view returns (string)
ipfs://bafybeie3yy6usodlhdtigu4j553xxs6zsadlb2qmktqbg3xlzicibmsr2y/
burnCounter() view returns (uint256)
3916
maxNumberOfLasogettes() view returns (uint256)
7777
mintingOpen() view returns (bool)
true
name() view returns (string)
Lasogette NFT
owner() view returns (address)
0xcc699694b5ce82575ef29285ef8180e7bbe468b4
placeholderURI() view returns (string)
ipfs://bafkreihhxdq42g243riqhrlzfsomy7xqjezfvz2vldeiwebts4tvntni7m
publicMintPrice() view returns (uint256)
20000000000000000
symbol() view returns (string)
LASOG
tokenCounter() view returns (uint256)
7777
tokenURIOffset() view returns (uint256)
1697
totalSupply() view returns (uint256)
3861
treasuryAddress() view returns (address)
0xcc699694b5ce82575ef29285ef8180e7bbe468b4
vrfCallbackGasLimit() view returns (uint32)
150000
vrfCoordinator() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
vrfKeyHash() view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
vrfNumWords() view returns (uint32)
1
vrfRequestConfirmations() view returns (uint16)
3
vrfSubscriptionId() view returns (uint64)
336
Read-only
addressHasFreeMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligibleForFreeMint(address collection_, uint256 tokenId_, address caller_) view returns (bool, string)
isValidAssetBeneficiary(address collection_, uint256 tokenId_, address caller_) view returns (bool)
isValidCollection(address collection_) pure 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)
burn(uint256 tokenId)
freeMint(address collection_, uint256 tokenId_, bool useDelivery_)
getURIOffset() returns (uint256)
openMinting()
publicMint(uint256 quantity_, bool useDelivery_) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPlaceholderURI(string placeholderURI_)
setTreasuryAddress(address treasuryAddress_)
setVRFCallbackGasLimit(uint32 vrfGasLimit_)
setVRFCoordinator(address vrfCoord_)
setVRFKeyHash(bytes32 vrfKey_)
setVRFNumWords(uint32 vrfWords_)
setVRFRequestConfirmations(uint16 vrfConfs_)
setVRFSubscriptionId(uint64 vrfSubId_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawAmount(uint256 amount_)
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(uint256 maxSupply_, uint256 publicMintPrice_, address vrfCoordinator_, bytes32 vrfKeyHash_, address treasuryAddress_, address eps_, string placeholderURI_, string baseURI_)
fallback()
receive()
AddressHasAlreadyMinted(address minter)
BaseURISet()
CallerIsNotBeneficiaryOfSelectedNFT(address collection, uint256 tokenId)
IncorrectETHPayment(uint256 paid, uint256 required)
InvalidCollection(address collection)
MintingNotOpen()
NoFallback()
OnlyCoordinatorCanFulfill(address have, address want)
OnlyOwnerCanFundContract()
PlaceholderURISet()
QuantityMustBeGreaterThanZero()
SupplyOfLasogettedExceeded(uint256 available, uint256 requested)
TokenHasAlreadyBeenUsedInFreeMint(address collection, uint256 tokenId)
TokenURIOffsetAlreadySet()
TransferFailed()
URIQueryForNonexistentToken(uint256 tokenId)