the land beyond words by Amber Vittoria

Unverified contract

Proxy

Active on Base with 2,178 txns
Deployed by via 0x5d973d15 at 23548928
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 "the land beyond words by Amber Vittoria"

0xa8ea87b810833e7b095ba753c348c9b858e09214a882d8ed457d3bd487e0caa7
0x0b5824de27dbfaf007e8555b5b6d43636151938926b96be4902329c802dec590
0xaca22b475684760dfc25d49fbf43bb14dc4b702560b1406246a16662b48b9b32
0x971316448324233283ec4037a97cd8ef9de76debb9fca95cc95069486abba91b
0x2886c45080e00a9ce2e8137c954ee22cd16b58b83dc2b063735fa62242229913
0xaef713a90ef726b062e157d273b58a2e9a39e510c26b279f6a45f40174bfe71b
0x32d957c8798e1d1e3be50fa6c3163fb75e2abb431546558114d1c34aebba7a6d
0xb6a8a23061bc193abd34dbb1b1995e936391c7e99c9f279e746ea4d45649ce16
0xba6f6b5d34f66e4d36bd63dcea0adaf6797dc830889046f912f23e6e6f2f2d44
0xa5ec98a33bf1221ffbf70bb87c8a5469fef815a6bc3e7d38efd42ba50dfca9a5

Functions
Getter at block 23732808
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2189
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
the land beyond words by Amber Vittoria
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TLB
totalSupply(view returns (uint256)
2188
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