Cat Toshi

Unverified contract

Proxy

Active on Base with 335 txns
Deployed by via 0x181546c8 at 23558998
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Cat Toshi"

0xcfdc5e23329d3005509a092ad2f69980d9eaf56816751b2b987f0e1c4981aacd
0x9ff4d6993c1720daf9781beb373fe900026abed0ad8ced3599a80df014581836
0x279096b0ae27c8fec1de8c587a96a041c27a67cd597a5298e88abaf9b0f98e44
0xbb86d7084ea73f285947f1464f8457f15c5bc7a18014a6cdfb82a60a6c60a974
0x2c98279b4fb1b2bfb71c088d44caed6bfe85d03c4ad2cb15960ee8ae8a040477
0x6c890fdbcb6489049943b71d3254caf919161b58220fd00fd3c297e8dcc9b02e
0x008dfe8445db881c8f17ab532a47671ff4e7a62437654d587d9f53a72aaee68d
0xe915d9d4b6b7a252b061fa56b1339c089cb0a1cbd20f20e473f705bf97ab067d
0x19a8a68e65ee79d4f2ca13f35cd9ddba780e483d5652766f3872c25ce56f43c0
0x7696dabab90cdc8ae0818d335d42290c8a78b7381cdf60c114c50cb8dd8f736c

Functions
Getter at block 23791899
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
321
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Cat Toshi
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CT
totalSupply(view returns (uint256)
320
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId