LarvaDads
Verified contract
Active on
Ethereum with 3,138 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 "LarvaDads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847091 | 2 months ago | | | 0 | 0.00037737104 | |
| 20747685 | 3 months ago | | | 0 | 0.000093500000 | |
| 20504774 | 4 months ago | | | 0 | 0.000024850000 | |
| 19770758 | 7 months ago | | | 0 | 0.00034820110 | |
| 19753475 | 7 months ago | | | 0 | 0.00042524656 | |
| 19605792 | 8 months ago | | | 0 | 0.00078700808 | |
| 18908527 | a year ago | | | 0 | 0.00066559576 | |
| 18829955 | a year ago | | | 0 | 0.0034860525 | |
| 18759682 | a year ago | | | 0 | 0.0011378142 | |
| 17515866 | a year ago | | | 0 | 0.0013245811 |
ABI
ABI objects
Getter at block 21387464
baseURI() view returns (string)
https://ipfs.io/ipfs/QmRZPZ7HHxwQpj7LePb3xxDhZF5CJ1PhkPwvycnX3PrFg5/
dadPrice() view returns (uint256)
20000000000000000
dadSupply() view returns (uint256)
5001
drop_is_active() view returns (bool)
true
freeMints() view returns (uint256)
4501
freeTokensMinted() view returns (uint256)
3804
maxDadPurchase() view returns (uint256)
10
maxFreeDadPurchase() view returns (uint256)
5
name() view returns (string)
LarvaDads
owner() view returns (address)
0x16e7180740a6952673c6a441bb6b605bf308393e
symbol() view returns (string)
LDAD
tokensMinted() view returns (uint256)
5001
totalSupply() view returns (uint256)
5000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipDropState()
freeMintLDAD(uint256 numberOfTokens)
mintLDAD(uint256 numberOfTokens) 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)
setMaxFreeMint(uint256 newFree)
setMaxPerFreeTxn(uint256 newMax)
setMaxPerTxn(uint256 newMax)
setPrice(uint256 newPrice)
setSupply(uint256 newSupply)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.