BASE IS GLOBAL

Unverified contract

Proxy

Active on Base with 949 txns
Deployed by via 0xcf3ef071 at 20210041
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 IS GLOBAL"

0x0eb18260052676098a3f0a99f83423b4fb28cb2667ec67065be367a16cd0ef3c
0xe454d62ad0f34593a4529a0828621b005e9cd8389cfce770a4e105883b0641ed
0x57b847ed90e7def35030bc994de2abadbd2a9f3e8c8effde94972a838abb4daf
0x301804154bf82cf2c668082337576c940ad1e4004a22b3a2f5532f32d224664a
0x5d5abb6fb9e70eb7031354c856f3894298a382b6fa14054f4366a2df380778e8
0x99e86f469ea97960debf6a6914f5b62868b7907b682b425f7897592787fb0105
0x7daffea6105675e76bc5806f731bba57afa23fae3721f3e485d864a93823ba37
0xd7c360a04e6deb0e3bb0c7dd4995e68c2b60664ef6f1c938bc795aff9fc654d6
0x986f217e80cbb74f5272d976d223ceee333173e2e6ad9f9a3d205f073e03bcf1
0x8fe728c914fd90a1ed03ad20fcc65cec2310c3289385415174f08bb8c10131bd

Functions
Getter at block 22326849
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1090
 
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 IS GLOBAL
owner(view returns (address)
0x56f1f5c3dc7dcb9389759007b6ef9512144c461f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BIG
totalSupply(view returns (uint256)
1089
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