Larva Doods
Verified contract
Active on
Ethereum with 8,621 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 "Larva Doods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848444 | 2 months ago | | | 0 | 0.00032533781 | |
| 20629035 | 3 months ago | | | 0 | 0.00017202980 | |
| 20609467 | 3 months ago | | | 0 | 0.000036161287 | |
| 20606278 | 3 months ago | | | 0 | 0.000021668399 | |
| 20606277 | 3 months ago | | | 0 | 0.000036770996 | |
| 20593800 | 3 months ago | | | 0 | 0.00013685088 | |
| 20553009 | 3 months ago | | | 0 | 0.000066972441 | |
| 20433545 | 4 months ago | | | 0 | 0.00024663490 | |
| 20394624 | 4 months ago | | | 0 | 0.000025810700 | |
| 20270108 | 5 months ago | | | 0 | 0.00044232234 |
ABI
ABI objects
Getter at block 21272860
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWR6B7kJ7tVZKuxgKtCoJYcwFw5zdc4GSB32x4QD1j4mx/
cost() view returns (uint256)
8800000000000000
maxFree() view returns (uint256)
1000
maxSupply() view returns (uint256)
8888
name() view returns (string)
Larva Doods
nftPerAddressLimit() view returns (uint256)
9
owner() view returns (address)
0xc2cddc6621b6814b2d59064e20e0df1b9df773d1
paused() view returns (bool)
false
status() view returns (bool)
false
symbol() view returns (string)
Doods
totalSupply() view returns (uint256)
8888
Read-only
addressMintedBalance(address) view returns (uint256)
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)
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 approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
mintfree(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setSaleStatus(bool _status)
setmaxFree(uint256 _newMaxFree)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.