Toshi x SWC 3

Unverified contract

Proxy

Active on Base with 63,525 txns
Deployed by via 0xae79277d at 18833254
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 "Toshi x SWC 3"

0x3d3cf82fa3a1ea385bf0bd6fe507126ba97d437b3613e50f5c027a4f363f8929
0xb484f11754e10629bd946abd3ded6d6ceb1376d3aa84920cdb2f56344621adcd
0x0fafbbc8bc43c5fdb00c70ed9689fc94865281240900dd3730ac8b2ae7a85e77
0x5d1a8dbe00725fc5c4b97cab5b175fe56dd9ed7bd2a8998a3d77bee27a28b102
0xe1dade973ce3fea5f0b6797493cf028856c29d2971d194e030a8b18456549490
0x01e8f0f37929085da43ed9f53d4f65abddbba091d1cc62947a057e831ecc6543
0x6dc442543c1b7567d7af03709b46871ded2ebc2b64d180865b883b14a1a19941
0xc4c68a9307d2132838cb62e822f73449122d11bdee703c44f159da06b7ee55c3
0x9428dc4c6e085f0e56265801ac4a20fe3489ef95baff2ee3e9966cc0d43b19ec
0x905ce74290b65538b96f36531ef5295067e21f86101ca5aba67049f10008fd37

Functions
Getter at block 22751903
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
62923
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Toshi x SWC 3
owner(view returns (address)
0xbd11ced0a5021cd7262c64576a79d5dc3bb5856c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TXS
totalSupply(view returns (uint256)
62922
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