Halac eth

Unverified contract

Proxy

Active on Base with 699 txns
Deployed by via 0x024dcaf7 at 22781757
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 "Halac eth"

0xe60ac6d08703d312d4f0180805fc47d972c964b1b72df7e96839161d2e815062
0x6868590b7eb0db47c89422406456eb3cfce4863f546f3e8e18e42aeeb32761c0
0x54182b48a24577b38030c4a1053958a4a932d8384b2a841c64740fae21413140
0x76b305ec22efcb513461e2c4e5a85f52cbe073b776f1f6c4531d0f10ccc0836c
0xdbaf7ab8cee5af4a44b87e66891217871e4f2f2b0f767ed6a2fc59e5a72cc7ff
0xbb0bb18608ed3cd749901df88beba651f1ea98630340794f4621c34e18554ae0
0xc83da192830d43c1f40c47ad67c87a8c0e49140f44a66941cb45d70fe9e8bf3d
0xa2b25a1c7634544c004e6909e1551a22bc9400e92cc934a25c082711bda87538
0x3eb951ebebf4e6e9405dc3ac1149838cfbfa83d6c0862183d7db34e64759be7d
0x1275a8fcd59ec1c435f30b5fa00bc9eb1c56dad1c251ddbd497ad06f12d40d19

Functions
Getter at block 23831309
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
695
 
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)
Halac eth
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HE
totalSupply(view returns (uint256)
694
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