Ink Based

Unverified contract

Proxy

Active on Base with 4,770 txns
Deployed by via 0x493432b6 at 21177137
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 "Ink Based"

0x2b9aee2019bbf8dcb75202e9477fa0856f4c2fe8451249aa4f89971b0e6fc8c2
0xb2c86147f7b3dbb0b1ec3fb787e0ecb37696821be5c92bbc31d1955dcba86780
0x53ce5148be6e5cba32eca8b3711e94dcf0b1b65806452bdb05995fa2df33fa37
0xe3842974c6f1601b64a21d79d828b19003e56e346970a7be3969ceb724b1a04e
0x02af9c68005cb84992e0aaa2902f7d04b40d4870f8c334a1d970be16a5483f61
0xc2766a288b9c728ecd172ac91498f17e767cfe137dfbfbb9512c9156801b257f
0x536f94f70e5ef9870ef0b64af02ddaf6692fe7e7b9edfbeffd232e8141449ddb
0xbdc98c22469789b58736fa895eee9a4764d885b1a5254bb988c65c861c4c2cbf
0x5d074dd4625d5d67d71c7afe61e8615ce45e58d9491bef12b84f0ff5d9ccb1d6
0x9a95fb203704f3e197b9ffc44b1b7c91d057263ac94ba4ea5fe42c83389999fc

Functions
Getter at block 22755516
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4832
 
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)
Ink Based
owner(view returns (address)
0x01675e70771ba3f69564005df40ed866e9b389b1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
IB
totalSupply(view returns (uint256)
4831
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