Bass unchained globe

Unverified contract

Proxy

Active on Base with 3,724 txns
Deployed by via 0xb1bb2ac4 at 20475542
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 "Bass unchained globe"

0x7fd7c393437d45cc9b30c6d3cc7902657970437d526acd553c771d2ee55a49b3
0x40d024455ab2f5372e7ecb02424c132dc4b3ae7bba5b7947379322949c09231e
0x3e7e9598f445df7591f7b6dfc590d0923b5918c58d030463261c497b84218779
0x6b7121c1dd71c3bf0e99eeea878827d7cae95d0f24350eb99197ca2920db22b5
0xbe58f4bc78b60cb5e9a0bfe3d348c0898f93602864415c544dd6585f603a5ada
0xad1ac792ffb4294d8a64b48ab4fd547517312a0b865aabd248de81cf4a908cc2
0x848b81374259c350dda60a2fbde5fa851a5f6a2d32634f0da4c60df74caca52a
0x5e1eadd0e4b2a1c39b9822ba1cb4cd7d9a8594b424521d455447f81fbbac1438
0x5748bf0b6a433459d8bb499babe1cbf17cf43ff3f976926908ba73cd24eebc15
0xdfa0c7361f898e987a78b16179f42b958005f27cefbff8558b081b06906b7941

Functions
Getter at block 22139046
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4003
 
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)
Bass unchained globe
owner(view returns (address)
0x13e854ad4845615051bf1169d9ec96b33de5a97c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BUG
totalSupply(view returns (uint256)
4002
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