we stand, we build

Unverified contract

Proxy

Active on Base with 59,159 txns
Deployed by via 0x8945e3f6 at 18953658
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 "we stand, we build"

0x4924ba056ec0db179dbd147ae6236af0fac0e9222f2df76673c52f53c21b2a0c
0x872cd3cfc53b4cf7b0b1b50295d4c60f4697d0e3bccd8c4a57f2ef41d69291d7
0x8a3681372609f9cd4cb25392938d73774bf9f723bf943be61834d93c18aed35b
0xf3e18076bdd358fb64b76e9ec6edcd2cfe2ed3b72cc5ad78961467e0c2378bc5
0x7ed7ce2e602be0d7127a0823f75d0ccc6345ec1ad0d455779bd639e8da735637
0x59f4a0166f5771b1a40b5b27487916e5da0f802dbca02510afc567ca19aadfcf
0x3b7967c8c151de3a09e8f17f63ddea899920671f7614df3e7eb59ad3594ed97f
0xd1549fdb77ed56032fdcfd279986fc3394ce2666a97ea906937228039240b28f
0x189eb6088830ee595af0595f37d1e1a90ff15a0b3dd750360fb999b275c31f43
0x8f9143c684a53cb4b672e2d4f5f298cb9b1d0e9f4d3cadfb0fb2403850732e5e

Functions
Getter at block 22735870
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
58409
 
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)
we stand, we build
owner(view returns (address)
0x11a22b262e505d355f975e1e48a365b5d4811ae0
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WSW
totalSupply(view returns (uint256)
58408
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