BASE AROUND THE WORLD IS NOW

Unverified contract

Proxy

Active on Base with 2,517 txns
Deployed by via 0xe355fb94 at 20289336
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 "BASE AROUND THE WORLD IS NOW"

0x64c8ea5366f271b510ce07b2d0651ab2f43ef07749f636d9820995db36ec8e94
0x3a73c0b89c8df3a047ce87266659383b1671ea8a55b4ce28aebe68e274f20671
0x532593a518b852fa5ded5a7a7a1315dcaf7a41cadc631477eb71851e2975b0a1
0x90dab0ee9d244860d36ea6686e95228948166c5cedf23ad40a2140e4ae1689f0
0xab052133c046f67158c4adb6270583c379894834a7ab22beede6410a77c01671
0xe1defc7eb0dacb6be4f1ccad492cc2945767c3c9c656fecedee72af649ee4897
0x6ec0e0182e10ab738b6c5fc4009ae3569d3373d2f6e248ae834e2d7bb5221455
0x8303f31a401c361f3b443a6a8ecc70ebca89652abf65b4e381c61b2d87d26c48
0x44297fa35f31ab4134a0cddc20072fd7ffe77d5ea1ae469b8e43e788392fba73
0x8fbf63dc62287703eaa5b4be1793224aa0b728c1d17dce49e69bcdb163048d77

Functions
Getter at block 22514286
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2552
 
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)
BASE AROUND THE WORLD IS NOW
owner(view returns (address)
0xb2952bf3d5d271fda4dec6766990ead17ab9401f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BAT
totalSupply(view returns (uint256)
2551
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