Creation of Al

Unverified contract

Proxy

Active on Base with 263 txns
Deployed by via 0x9ce60d88 at 19513382
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 "Creation of Al"

0xc82131ca9be6bc957966e6e5c6ed335b366c7ff3e0467443a997578ff5779e95
0x2b005619200c0c70fb9f433db031dfdaad2b75ecd69395f5a7a1cbc865294019
0x975d64dbea0177205bf0cc75b4f563315846f5d8f734afa356bcbf74935d367d
0x54c603cdcb8e6618b419e79d01c7f94a4d12a2e9115059b6800778d2ea0844c6
0xd4dae3eb589ba17591eb207788d2f199d68734de78f0106ce7cb469c8d117f52
0x3aed9d745a018ebf1ab86fd3764f8f0fff05e216c2b774bfc7bd5bb7143ca04b
0x836e73301a06d38dd1a408d8d32da8361e75b1caa1560cd71ed88891000cc81b
0x8ee88cca462b38922d0c9eb0d35e10518deba1c04d1231c5a16ccf5a0939654f
0xee3c4596ee3148aed7c24bb899abc5944bc9c5cf57d032be7132f9a4216338a3
0x04b5157b8b702ab93a033e86365e4560ab48fdb8db3e2bed85760aa2f7394955

Functions
Getter at block 21869864
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2389
 
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)
Creation of Al
owner(view returns (address)
0xc5f6c6088095c750e695b641b084db9084afab3c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
COA
totalSupply(view returns (uint256)
2388
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