Larva Chads
Verified contract
Active on
Ethereum with 6,216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Larva Chads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21406428 | 12 hours ago | | | 0 | 0.00052945590 | |
| 21394049 | 2 days ago | | | 0 | 0.00072588826 | |
| 21384800 | 4 days ago | | | 0 | 0.0015766414 | |
| 21381691 | 4 days ago | | | 0 | 0.0012373465 | |
| 21377614 | 5 days ago | | | 0 | 0.0011694038 | |
| 21361171 | 7 days ago | | | 0 | 0.00024505126 | |
| 21361170 | 7 days ago | | | 0 | 0.00024342004 | |
| 21361170 | 7 days ago | | | 0 | 0.00042847024 | |
| 21345577 | 9 days ago | | | 0 | 0.0014305148 | |
| 21343210 | 9 days ago | | | 0 | 0.00061685384 |
ABI
ABI objects
Getter at block 21409891
_isMintingAllowed() view returns (bool)
false
_itemPrice() view returns (uint256)
5000000000000000
_maxAmountToHold() view returns (uint256)
100
_maxAmountToMint() view returns (uint256)
10
_maxSupply() view returns (uint256)
5000
name() view returns (string)
Larva Chads
owner() view returns (address)
0x515278483d7888b877f605984bf7ff0f489d6b88
symbol() view returns (string)
LChads
totalReleased() view returns (uint256)
12552000000000000000
totalShares() view returns (uint256)
100
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
mintMultiple(uint256 _amountToMint) payable
mintReserved(uint256 _amountToMint)
release(address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setItemPrice(uint256 _price)
setMaxAmountToHold(uint256 maxAmountToHold)
setMaxAmountToMint(uint256 maxAmountToMint)
setMaxSupply(uint256 _supply)
toggleMintingStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawParitial() 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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.