en garde

Unverified contract

Proxy

Active on Base with 63,360 txns
Deployed by via 0xac14d22d at 18949678
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 "en garde"

0x470800e0231c4b5ae948a6452f7d7d8be4626044409c36bc22da3842bd79d59a
0x00910caafaee5c8c9bf22673ebf1be8484b22842fb1d350ed129cbbec31c39b2
0x2443e3a41a67f76befea5b91ecc7f522001ce7cc6df7f76b9d33dd15ee5cce50
0x50897a20b7a555f6775cac255b48c8e244ec52438491407f76a303f95c36e481
0xc1c845c84cb2cb94f50d376fad68c247bc55d9c6c780c15e649cf28f230c3742
0x40a3413acb195704ef255219f9c2f400a65352dbdc1139ad97004d6aa2fb9200
0x972f1d55d85e7ab7e878ab68d8919ed556c07d61a6ef94f495a7c7ef355d8294
0xd5546cd06262cfcf679ed104315a93fca120394a48c77c9e2448cb31530f8fba
0xca4bde2c362ce6103fc91502e67eabdb6047a0d091b1f9d61f65cef7a68a1e3f
0x1d452a09b3bad4876295e6c8d7e04e0c78319c657509fcc1a4be5598719b657c

Functions
Getter at block 22754033
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
62634
 
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)
en garde
owner(view returns (address)
0x09b2f0988b6d24336b348c84c2764d2b4f85142f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EG
totalSupply(view returns (uint256)
62633
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