EURC x Base Launch

Unverified contract

Proxy

Active on Base with 82,168 txns
Deployed by via 0x7cfb8bfb at 17866107
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 "EURC x Base Launch"

0xd22e03236de75dd35e15293d6d43188b6cd4eaf49460075e3d1412a2914075c0
0x251971daea96c44b6e8c7e803c8b76f45053a87717a6822a274f3ed64b53540a
0x81c1f1f10473fb15515339ba10e8689355821085d60ede7df499c60c64e5afbc
0x6903ba7d8617f18accd8996d315c840abec9f0730d9d793ea3df8fa5f391e414
0x2c30352a2856d6ce39c8142f585dd8eaade178e69cd13cf032b47be589ef8f35
0x91d5b8ec685def9887f03968b1815635a6d4c20e774a41ead56f25f63a3f46a0
0x4cc83dd34681cbfb22dc4e78a4a55cf82081b0ed0c5fb29832669829553b1b8d
0xef3b00cea3fdcbe45158ef9cd9b0f27a0b4139988d0f701ca7ec3fc5e3666649
0xde00450408bdbceed0b96fe840510c7c01d310ccaac25d4cfa12e73a4e891b89
0x06745f7bfab028372645f7938995a824643cce22b1afdaa095295fb1074a343c

Functions
Getter at block 22756930
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
80085
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
EURC x Base Launch
owner(view returns (address)
0x9652721d02b9db43f4311102820158abb4ecc95b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EXB
totalSupply(view returns (uint256)
80084
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