strut 001

Unverified contract

Proxy

Active on Base with 94,589 txns
Deployed by via 0x61e53ca8 at 18480601
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 "strut 001"

0x051229821d1ee0455dd949a1213df20da65a46c16426795383efa3b8358a4087
0xfd506c3c11fb06bcbb3f9523790a972474c3894a0ff60cffdc9f7d8a08cebbc1
0x75bc08f1340adb6a984f5f98603dd40c2b5fe2cba794f1064fa6f2954310e424
0xbc016770f0d22664467ca044676d1b2788010214beb57633805a48f55961f50c
0x84324dae05d54d843d534347ee0ec05f597c649de0e978d7d00d183483a67b4b
0x64b21d8456d2ffc8901ffb1aef123eed38b7f1e366365b6b0a011e96bebd86da
0x364531ccbdac94c7a9efef5c5f7db47deca5af989856d4838680adf29fa9a31a
0x23ddde80d7671b36bec7c6ccb11d63576be12b1bd76c34b5ae4b0c29673854d5
0xff01bb7e07425f0841f6b82d51c52685e5d00431e8509bc09e556184aa83a5e9
0x5fa55712942fea766f6a3fade612dfd2e57078ff5034159954cb585b8ce11c7f

Functions
Getter at block 22920363
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
93688
 
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)
strut 001
owner(view returns (address)
0xc65aa300ddd6f4a6859ab3304a76de4c9aa9a9d1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
S
totalSupply(view returns (uint256)
93687
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