Cheddaz
Verified contract
Active on
Ethereum with 2,660 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 "Cheddaz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655571 | 2 months ago | | | 0 | 0.000041472000 | |
| 20573977 | 3 months ago | | | 0 | 0.000074142949 | |
| 20573977 | 3 months ago | | | 0 | 0.000063932708 | |
| 20573977 | 3 months ago | | | 0 | 0.000063932708 | |
| 20573967 | 3 months ago | | | 0 | 0.000068965939 | |
| 20573967 | 3 months ago | | | 0 | 0.000078681454 | |
| 20573967 | 3 months ago | | | 0 | 0.000078681454 | |
| 20566247 | 3 months ago | | | 0 | 0.00010239423 | |
| 20566247 | 3 months ago | | | 0 | 0.00011419369 | |
| 20566247 | 3 months ago | | | 0 | 0.000088295394 |
ABI
ABI objects
Getter at block 21160290
maxCheddaz() view returns (uint256)
8888
name() view returns (string)
Cheddaz
owner() view returns (address)
0x25ec62e26f38e70fe6a77732cadb274761089b60
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CHEDDAZ
totalSupply() view returns (uint256)
6312
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
flipSaleState()
mintCheddaz(uint256 startingIndex, uint256 totalCheddazToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.