NotLarvaLads
Verified contract
Active on
Ethereum with 1,320 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 "NotLarvaLads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130485 | 4 days ago | | | 0 | 0.00037254661 | |
| 21102677 | 8 days ago | | | 0 | 0.00010448049 | |
| 20322162 | 4 months ago | | | 0 | 0.00015513911 | |
| 20322162 | 4 months ago | | | 0 | 0.00014554119 | |
| 18977145 | 10 months ago | | | 0 | 0.0011493968 | |
| 18829957 | a year ago | | | 0 | 0.0033938658 | |
| 18824765 | a year ago | | | 0 | 0.00091038304 | |
| 18060833 | a year ago | | | 0 | 0.00045476946 | |
| 17283834 | a year ago | | | 0 | 0.0018666359 | |
| 17052426 | 2 years ago | | | 0 | 0.0011035980 |
ABI
ABI objects
Getter at block 21160111
_trustedContract() view returns (address)
0x0000000000000000000000000000000000000000
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
name() view returns (string)
NotLarvaLads
owner() view returns (address)
0x5f0879c8e05b966ab102a00b9b3a8dc7a5e4f63a
symbol() view returns (string)
NLL
totalSupply() view returns (uint256)
4999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelist(address) view returns (bool)
presaleWhitelistMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addToWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mint(uint256 _mintAmount) payable
mintPresale(uint256 _mintAmount) payable
renounceOwnership()
reserve(address _to, uint256 _reserveAmount)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setTrustedContract(address _contractAddress)
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 _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.