What if we added a Stand With Crypto Shield as a Head Trait in The Yellow Collective on Base?

Unverified contract

Proxy

Active on Base with 139,474 txns
Deployed by via 0xd9fb7f5c at 18836917
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x1b47566b77280025804d17834392ef14b45daf8dd0246a6cdabfe3f7a8c36144
0xdaa28f2bbbfec831ba4517031cd9af135c8c56b76078c1a35c79b01e202f9e65
0x515b5ff3818841f2068242049164ca0a6f09b05b5fc5ed83991790527174c546
0x7dff241e12d0c6c289eaa375d5311b087cc7b5908c0e524f309cb101364793ff
0x2259a52631b3c24538c23af6994b78d712f277d334dcc09523150a36b02dc41c
0x37c2289870e97e8cf6b5d58929161c83779bc1e1a4cf00d0d55b5194248462d4
0x744cefd4ac21bdaafb67c0f2509b06e00d9027c3f5758973408c42330a8d98fb
0x8c31a81e4a75f67524fcb55687eb5653ca85948dd97431ce5629966aff4e1cf9
0x58a2a6f10860c43871ee308b16d4960766793dbfd522130ea751bfb2586f05e1
0x82b9d0b0d673ad624403a3eb04b29efdd72aafac1eb56e82b6395260a8438947

Functions
Getter at block 22736085
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
138733
 
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)
What if we added a Stand With Crypto Shield as a Head Trait in The Yellow Collective on Base?
owner(view returns (address)
0x5d802e2fe48392c104ce0401c7eca8a4456f1f16
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WIW
totalSupply(view returns (uint256)
138732
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