BASE | beyond borders

Unverified contract

Proxy

Active on Base with 3,553 txns
Deployed by via 0xea8befd3 at 20233834
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 | beyond borders"

0x70299d802b8a1c43c1c2f48f63fdd633969bd328995cca6258531d6310333c82
0x49bfea466ecb96c25703214efe9eedc88f892c574eb870ef64fe07da8337cd92
0x7dc8891a531ddb077754060aa178a1e00c3850c9ecb3c3d55678a6b354fcb0ab
0x3399e47ea327fdced620d15ad97edb8959737409b4ce194602ecd6f0c65c51fc
0x89aa19933a2a69d7e2fce7633761403e53cc66875eba33b20b5cb5cf6908369d
0x6018c090550d182b2307bdd3fb21d7a4caf8fc0769c9410f4841e0dc1da3d5ed
0xa91fc48e70181feaf50ff9676eb59955ea3144f4923e4dbac8779d720bf33964
0x8d6793e6b3134d392f0e02c5cb56286c9b824f87d71f32885d03f7624d271f8b
0x7d29f1bc3cd5c2bdf5e495ebcfb1d455ccb6f77cf43caec01d629edef6ce6516
0xfc11526e30ba54687f0b7966921ce3c6bed377e752ac5162c7c3c982294f6336

Functions
Getter at block 23749850
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3721
 
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 | beyond borders
owner(view returns (address)
0xa13cfa70439d9dd161209191fa96661e83deec60
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BBB
totalSupply(view returns (uint256)
3720
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