Chibi Apes
Verified contract
Active on
Ethereum with 14,695 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($155.77)
Native
Value
$155.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04315 | $3,609.98 |
$155.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276584 | a day ago | | | 0 | 0.00034189753 | |
| 21167760 | 16 days ago | | | 0 | 0.0054391452 | |
| 21143653 | 20 days ago | | | 0 | 0.0022302336 | |
| 21004250 | a month ago | | | 0 | 0.00032573650 | |
| 20981665 | a month ago | | | 0 | 0.00027991473 | |
| 20926535 | 2 months ago | | | 0 | 0.00074743228 | |
| 20756485 | 2 months ago | | | 0 | 0.00010687564 | |
| 20717778 | 3 months ago | | | 0 | 0.000066489059 | |
| 20669182 | 3 months ago | | | 0 | 0.00011593254 | |
| 20666703 | 3 months ago | | | 0 | 0.000074276787 |
ABI
ABI objects
Getter at block 21285808
_baseTokenURI() view returns (string)
https://api.chibilabs.dev/token/apes/
giveawayCount() view returns (uint256)
100
giveawayMaxItems() view returns (uint256)
100
maxItems() view returns (uint256)
3000
maxItemsPerPreMint() view returns (uint256)
3
maxItemsPerTx() view returns (uint256)
2
mintPrice() view returns (uint256)
25000000000000000
name() view returns (string)
Chibi Apes
owner() view returns (address)
0x8a04f9c3d4de6a118670fa9c5dd078f1ecf4e61b
preMintCount() view returns (uint256)
277
preMintMaxItems() view returns (uint256)
300
preMintPaused() view returns (bool)
true
publicMintPaused() view returns (bool)
false
symbol() view returns (string)
CHIBIAPE
totalSupply() view returns (uint256)
3000
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)
preMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addToWhitelist(address[] toAdd)
approve(address to, uint256 tokenId)
giveawayMint(address to, uint256 amount)
preMint() payable
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string __baseTokenURI)
setMaxItemsPerPreMint(uint256 _maxItemsPerPreMint)
setMaxItemsPerTx(uint256 _maxItemsPerTx)
setPreMintPaused(bool _preMintPaused)
setPublicMintPaused(bool _publicMintPaused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawToDAO()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.