Cake eXperiment
Verified contract
Active on
Ethereum with 2,626 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 "Cake eXperiment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20575739 | 3 months ago | | | 0 | 0.000070102397 | |
| 19740622 | 7 months ago | | | 0 | 0.00040144574 | |
| 19707637 | 7 months ago | | | 0 | 0.00018381279 | |
| 19707637 | 7 months ago | | | 0 | 0.00018443624 | |
| 19707636 | 7 months ago | | | 0 | 0.00018191028 | |
| 17832173 | a year ago | | | 0 | 0.0013944595 | |
| 17832154 | a year ago | | | 0 | 0.0013366129 | |
| 17507136 | a year ago | | | 0 | 0.0011710090 | |
| 17378864 | 2 years ago | | | 0 | 0.0014610667 | |
| 16496838 | 2 years ago | | | 0 | 0.00070731023 |
ABI
ABI objects
Getter at block 21332185
MAX_ITEMS() view returns (uint256)
5000
RESERVED() view returns (uint256)
555
_mintedItems() view returns (uint256)
5575
_mintedReserved() view returns (uint256)
22
baseURI() view returns (string)
https://cakexproject.mypinata.cloud/ipfs/QmbScod4a4xQFkdV8w58zqRy6c8ibkn4rmnvuTAYuAdgew/
maxMintAmount() view returns (uint256)
3
name() view returns (string)
Cake eXperiment
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYST4hh6RwWsHiev9PWwj8LhrK9swdUmj6dvEMo4qtgiH
owner() view returns (address)
0x84aef67fdcaaa59c1333bd24dc3b14ea8245ee66
paused() view returns (bool)
true
publicSaleStartTimestamp() view returns (uint256)
1656514800
revealed() view returns (bool)
true
symbol() view returns (string)
CAKX
totalSupply() view returns (uint256)
5575
Read-only
balanceOf(address owner) view returns (uint256)
buyerWallet(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCountOfUserWallet(address _user) view returns (uint256)
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)
ownerMint(uint256 _mintAmount) payable
pause(bool _state)
publicSaleMint(uint256 _mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleStartTimestamp(uint256 _startTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
PublicSaleMint(address indexed _from, uint256 indexed _tokenId)
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.