Chaimpers
Verified contract
Active on
Ethereum with 140 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 "Chaimpers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18891809 | a year ago | | | 0 | 0.0010209015 | |
| 16248595 | 2 years ago | | | 0 | 0.0019941945 | |
| 15120030 | 2 years ago | | | 0 | 0.00027159104 | |
| 15120030 | 2 years ago | | | 0 | 0.00027159104 | |
| 15119910 | 2 years ago | | | 0 | 0.00057253342 | |
| 15119909 | 2 years ago | | | 0 | 0.00090823992 | |
| 14977280 | 2 years ago | | | 0 | 0.0011026833 | |
| 14914097 | 3 years ago | | | 0 | 0.0026763509 | |
| 14911348 | 3 years ago | | | 0 | 0.0018804547 | |
| 14909723 | 3 years ago | | | 0 | 0.0020867648 |
ABI
ABI objects
Getter at block 21382593
freeSupply() view returns (uint256)
800
isSaleOn() view returns (bool)
true
maxGet() view returns (uint256)
10
maxSupply() view returns (uint256)
3000
metadataURI() view returns (string)
ipfs://QmR5Rb3FEdcdXRpeuifGmN4ima1v8E6CgAs4dcBhdGptiG/
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Chaimpers
owner() view returns (address)
0xa81d53541652305563661b4b4fa7833672498704
symbol() view returns (string)
CHAI
totalSupply() view returns (uint256)
833
Read-only
amountMintedPerWallet(address) view returns (uint256)
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 airdrop(uint256 _amount, address _to)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataURI(string _metadataURI)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawPercentage(uint256 percent, address to)
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()