lil cauli
Verified contract
Active on
Ethereum with 612 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.32)
Native
Value
$0.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,228.43 |
$0.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515972 | a year ago | | | 0 | 0.0022052522 | |
| 17515966 | a year ago | | | 0 | 0.0019894316 | |
| 15121530 | 2 years ago | | | 0 | 0.0010272544 | |
| 15121517 | 2 years ago | | | 0 | 0.0011024018 | |
| 15121517 | 2 years ago | | | 0 | 0.0014257864 | |
| 15050673 | 2 years ago | | | 0 | 0.0019609946 | |
| 14865704 | 2 years ago | | | 0 | 0.00049746746 | |
| 14862220 | 2 years ago | | | 0 | 0.00073148495 | |
| 14860973 | 2 years ago | | | 0 | 0.0012209951 | |
| 14860239 | 2 years ago | | | 0 | 0.00068742232 |
ABI
ABI objects
Getter at block 21184128
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
mintEnabled() view returns (bool)
true
name() view returns (string)
lil cauli
owner() view returns (address)
0xaad8ca80cd469a5f7c89ae49a67180cef11d2d3c
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
LCL
totalFree() view returns (uint256)
2222
totalSupply() view returns (uint256)
1658
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()