Ethereum ETF

Unverified contract

Proxy

Active on Base with 53,305 txns
Deployed by via 0x3073acb3 at 17521157
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 "Ethereum ETF"

0x9d47e02c3b3ff98f1ab97d19892aceccb25067d71995ec2116fbd1bb36693257
0x16c47d1b49d9579360da1852b4e0f939d37e1ccb2cebeb784b370c361046f331
0x020e7f0b7f07571d133d320c57afeaf27a3a9b1829d65f0c39e274b331d230e5
0xb6739581d5136c2f7323f412656180c56ee733904c69769777b7733ceb9540ab
0xacf85ebf83d346e5d5ce90053be04bbe9d5da92690a3dec4a414e06422d39a8c
0x063a35832ed94e33cd384f5c003a0059d2cba352213bb2738b1391da47964b44
0xf015560b4d3196febcecd596f06b746ba5ad91a49045ec174417a3df84522e2a
0xda4fa8eb634d09808fcb6a057e7c175392dcf6b768b64656999c9e0a0c33cb19
0xaa2cb87850668bfd0315942112ce277b3982f6251f6b24b63dfbbca30841430f
0x83d3af7f57a5435e3ca674764feff90d4c61ca914e7e7e2ed7fb96c2f95d9192

Functions
Getter at block 22010454
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
52683
 
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)
Ethereum ETF
owner(view returns (address)
0x147f7be19fcb54f013c01b20efa3ddca09341641
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EE
totalSupply(view returns (uint256)
52682
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