BabyLlama
Verified contract
Active on
Ethereum with 4,499 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 "BabyLlama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176164 | 2 days ago | | | 0 | 0.0011531539 | |
| 21078950 | 16 days ago | | | 0 | 0.00098735264 | |
| 21037984 | 21 days ago | | | 0 | 0.00046947600 | |
| 21037974 | 21 days ago | | | 0 | 0.00046834200 | |
| 21011481 | 25 days ago | | | 0 | 0.00066978720 | |
| 21011478 | 25 days ago | | | 0 | 0.00057945103 | |
| 21011476 | 25 days ago | | | 0 | 0.00053314067 | |
| 21011373 | 25 days ago | | | 0 | 0.00063859615 | |
| 21011357 | 25 days ago | | | 0 | 0.00064892452 | |
| 20895949 | a month ago | | | 0 | 0.000099031162 |
ABI
ABI objects
Getter at block 21190386
ADOPT_LLAMA() view returns (uint256)
7700
GIFT_LLAMA() view returns (uint256)
77
MAX_LLAMA() view returns (uint256)
7777
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTwEtS6uDDDW1VTcTqsxKH7QVbGXtY7eo3gqMtcSJVqdb/
name() view returns (string)
BabyLlama
numberOfGiftSent() view returns (uint256)
77
owner() view returns (address)
0xc2e7e4bc6de670566dc9847b27f37c33544842a4
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
LLAMA
totalSupply() view returns (uint256)
7777
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events adopt(uint256 num) payable
airdropForCommunity(address[] recipients)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 newPrice)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.