Trade Cat

Unverified contract

Proxy

Active on Base with 656 txns
Deployed by via 0x14db6a03 at 21454558
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 "Trade Cat"

0x0a62d38be66c9f1a93345438fbfd0d6b63e3e663de042e8aa38c027a3d8d1f13
0x143729db25deb3decaefa7969757a684a1a1dec2f1c4213c34a5ad89e23516f2
0x48555bf39d340187aa9aada866576b2909c20ad57801fe16885457444c1f5612
0xacea53d8f5024d1e87da12752871b12def5058d405613c158a900e2ad2b489c5
0x9dd260bda24053192d532ecf4615586dd0522e8655fd6e5672c0f5e433426cd0
0xb6b9e46e740575a5c7f47940d7a151e5ea644b99238527ebd500a9358526585f
0x011e5a55421ee2a161812b835c4ed99b62f42394d8acbcbd2a75d4fdd84254a2
0xc26b638df8861c55bda771fb329d361ae34594f26c74f93ac2e71ed8cd466204
0xb99654839081ddf0e5bcef4a1b414e7e45e950b221cffb075f6a1b9a57150957
0x1e078aef179abf7f4440e33ca53c01c60d20017c2348f1e64178db4be2f825ea

Functions
Getter at block 22764021
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
638
 
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)
Trade Cat
owner(view returns (address)
0x5e047cd6a3aa8a7e2bdba2dbb8dcdeed55a6d4fa
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TC
totalSupply(view returns (uint256)
637
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