LilCrocodile
Verified contract
Active on
Ethereum with 1,413 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 "LilCrocodile"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18823405 | a year ago | | | 0 | 0.0016061787 | |
| 18183093 | a year ago | | | 0 | 0.00055130335 | |
| 17977487 | a year ago | | | 0 | 0.00085396040 | |
| 17715124 | a year ago | | | 0 | 0.00088505510 | |
| 17618873 | a year ago | | | 0 | 0.00060035750 | |
| 17598459 | a year ago | | | 0 | 0.00075740500 | |
| 17515864 | a year ago | | | 0 | 0.0013930469 | |
| 17515852 | a year ago | | | 0 | 0.0010963425 | |
| 17515845 | a year ago | | | 0 | 0.0011021278 | |
| 17515829 | a year ago | | | 0 | 0.0011509407 |
ABI
ABI objects
Getter at block 21332447
baseURI() view returns (string)
ipfs://QmPh6GcVNTGTkPAYTTa4dyWpVkCN61GPGueeeFVDmW8P4e/
cost() view returns (uint256)
330000000000000
freeNum() view returns (uint32)
3
maxSupply() view returns (uint32)
5555
name() view returns (string)
LilCrocodile
owner() view returns (address)
0x823f525b049908de30fc53941167b8f39d93c696
symbol() view returns (string)
LC
totalSupply() view returns (uint256)
5553
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)
mint(uint32 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 price)
teamMint(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()