chibilegends
Verified contract
Active on
Ethereum with 3,372 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 "chibilegends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651121 | 3 months ago | | | 0 | 0.000028535588 | |
| 20574407 | 3 months ago | | | 0 | 0.000028972865 | |
| 20549055 | 3 months ago | | | 0 | 0.000040395669 | |
| 20549040 | 3 months ago | | | 0 | 0.000041696315 | |
| 20491038 | 3 months ago | | | 0 | 0.00015488106 | |
| 20193029 | 5 months ago | | | 0 | 0.000062404956 | |
| 20181114 | 5 months ago | | | 0 | 0.00056422940 | |
| 20173415 | 5 months ago | | | 0 | 0.00013115804 | |
| 20078882 | 5 months ago | | | 0 | 0.00048332037 | |
| 19727433 | 7 months ago | | | 0 | 0.00022627849 |
ABI
ABI objects
Getter at block 21223100 getBaseURI() view returns (string)
MAX_PURCHASE() view returns (uint256)
10
TOTAL_CHIBI_AMOUNT() view returns (uint256)
5555
isSaleOpen() view returns (bool)
false
name() view returns (string)
chibilegends
owner() view returns (address)
0x356d3a95b79fa48595b54175f9ac7fee57c1202c
price() view returns (uint256)
55000000000000000
symbol() view returns (string)
Chibi
totalSupply() view returns (uint256)
5555
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)
changeBaseURI(string baseURI)
changePrice(uint256 _price)
changeSaleOpen(bool _open)
mintChibi(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.