Bass unchained globe

Unverified contract

Proxy

Active on Base with 3,729 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"

0xce2a54a373c95eba1bb64e4d1ade47e1a9ce5b417c6274ab7b283c0efcb4c462
0xb02a603b715599f2a9224de31813a1307133731a1f4b384724109f6ef627e912
0xd470a28c3943fa1e37dc302da938c3a1513fe54407a370f07b5b97ef19cd7e58
0xc801408fa0fcb6e3ef3e40c96a1dca56f059a7d7b7ef8efaabd71b09af337bfc
0xb748cb452551c3b1f42295509ac37a028f08c12195b4db6b5238cd8f17a03b69
0x7fd7c393437d45cc9b30c6d3cc7902657970437d526acd553c771d2ee55a49b3
0x40d024455ab2f5372e7ecb02424c132dc4b3ae7bba5b7947379322949c09231e
0x3e7e9598f445df7591f7b6dfc590d0923b5918c58d030463261c497b84218779
0x6b7121c1dd71c3bf0e99eeea878827d7cae95d0f24350eb99197ca2920db22b5
0xbe58f4bc78b60cb5e9a0bfe3d348c0898f93602864415c544dd6585f603a5ada

Functions
Getter at block 22914513
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4006
 
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)
4005
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