BASED ARABIA

Unverified contract

Proxy

Active on Base with 76 txns
Deployed by via 0x16ee6199 at 17596549
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 "BASED ARABIA "

0x5a67a22fb09522cbe8f779c7224857d5c358857990b452834e26059ed64eb162
0x19a37e6c58917ef9b0f94acdfcd042fa72b60353a410c61ca501dac09de7b1b1
0x44ac37eb5b683d909c7a2c8c9cca5b769db52eb0dae7db6ff9fa69777d960208
0xd86f42368ef765670ffc44110385bfffab360979c2188324ed9c2f71227b5313
0x313dbff13a0378a0997a152baba8d9135a56fcb9c65d3edf4d7e924e67d7cf70
0xfb84334885d49ce405c7af9e9836453a060e412df3a5cdc2f4b4d54a810d2a2b
0x9b4ef5d3d9856607b7ed5f1dd1ca5a89ed58844bfa9f4776635e538c6074dd04
0x10afa1ff9abf18d9a23eaed3ede85290e2484a80d72c9a25c0a560a6d59be4c0
0xa0677582865d00bea81d5b5d79489f349b39fe7890c7b18163daffb7d6961e18
0x1308f4a6c9280217779cde5be3cbeab4ee5e27a624184d17ee0f4e6bc8614af8

Functions
Getter at block 22468102
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
85
 
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)
BASED ARABIA
owner(view returns (address)
0x4e0658e1e379faf0b96b78cfe7051f87c07900e2
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BA
totalSupply(view returns (uint256)
84
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