Celebrating the Ethereum ETF

Unverified contract

Proxy

Active on Base with 120,811 txns
Deployed by via 0xa99801ca at 17489119
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 "Celebrating the Ethereum ETF"

0xa01a42fa311d4b1d5072b60129f37979665d4a4c7be4762eb9f6b3d0c9581493
0xa7699c6975ea7fd27871c3de941ad7d9e5c79b971ac79858640dbfab9749b492
0x23a3b8a50e9bd37dd8debc9aa0b892784e05b41683945b48e5b689d74db7aeb9
0x5230dcc164a0cc9c6fd97a564268aed09b4f08bcf3011b6b3bda655888533fe2
0x914c0ef6668fb913fbbd26c0d7e32f796122725609eaf0f7b2d0b71ffee7896e
0x69d52d75e70f8391155c9309b83a701bdc8cddc4188d992f675fd58bc65c33f7
0x4802a140f494468cd65417779603a10de0d74259a67d1c5b31eb3ef3a2919b08
0x2425976eae9b23980ee689d45156ce9e03d3e22e5cd80a7216519e2da38b15c9
0x37dc162084adf27591ef289df6ee99ac424db58a80e9e54889935bb4d3e9aadc
0x69cb9ba8defdd661d3cdbef4441cd11500d2f554dfa23b36c391e08334a56e90

Functions
Getter at block 22744170
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
125847
 
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)
Celebrating the Ethereum ETF
owner(view returns (address)
0xd5b9df581e4207069da358f5f073c89a97b5cb53
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CTE
totalSupply(view returns (uint256)
125846
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