ETH BREAKING THROUGH

Unverified contract

Proxy

Active on Base with 64,898 txns
Deployed by via 0x67c36153 at 17570972
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 "ETH BREAKING THROUGH"

0x8cf5db7912b400a40ad72a4b3e28ce31fa688e9608f83234b46b2352aad83dc0
0x83d26b1c97c622de5c462c210eb7b2ee3cb79af67c6684a2844ffc47fe46a619
0x1c4e0a6627f980111061b545eb10d634af51290956b160c2568c3a7c4273d9ca
0xeaef128d6a1fa67ebd89a7032cd346045869297e75964a62046e48b7c9134b38
0xb4215c51bb0f396443774f3aec528e9287cede2df7e1554cd2a5bae29f103af2
0x4872fafb82295fb5c3f54ffbfc35003256cbb9219e37e4bd477cd8dd97340bc6
0x369425bddee62364b13898db6ca95da7f1307de721a918039cbdd9d4a237da1e
0xeda1cfafdc1c70f0e880903dce4a7e30b18c0649c631843813c618ad90fa1eff
0xfa7ef3777eafe004d546470f5622b24edd0fdc846349ba6ede2977f04d45fdb2
0x9def324c1d01ae42fae7a5c7eb6f240fa566127ca3a474f8a960849e476ab631

Functions
Getter at block 22745427
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
64347
 
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)
ETH BREAKING THROUGH
owner(view returns (address)
0x56f1f5c3dc7dcb9389759007b6ef9512144c461f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EBT
totalSupply(view returns (uint256)
64346
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