Build, Onboard and Grow

Unverified contract

Proxy

Active on Base with 12,176 txns
Deployed by via 0xb54a222e at 17549379
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 "Build, Onboard and Grow"

0x0da2c03bbf079c1efbe5046d8294b8c3fdae88c688e425741d55d44a70e02885
0xcafc144203aab1e588751fa589d9b7d10be946a1c8e3dc2aab015905f8889996
0x49fbb0549e1a61eefb06718e1965d563037b03179143eed30dc814fb0b4f774a
0x61205c901bf75cb8680faa5118277f3af7434cdddf656918b21d988084d1025a
0xc30f2dd9cade6c367990cbb7388cf96d4c2f20c1680af0bbf93d2e843e401f11
0xf69422a8969bff6427d45e74bd5c525c50b320362d16286c86b191711bd75b31
0x832d2c9fbcfd03f237689dc5d266d84a3791fe822c58b3f102637d30a177a2aa
0xc5d279bd4de0127060879908340d471753e7874a614a403ca17b55c7eebcdd9d
0xadecbdb0e09f4c2788b25837bf22308015caf13888e412a0f5b3a6fb0d6274f3
0x6b5803488c14886810c7486f632f1cb8633a0997ab773ebec0f860c5ac1b5183

Functions
Getter at block 23234220
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
12226
 
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)
Build, Onboard and Grow
owner(view returns (address)
0x29930111ff12d3c75b5be8889568c5ad6a9d6cb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BOA
totalSupply(view returns (uint256)
12225
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