Ink Based

Unverified contract

Proxy

Active on Base with 4,490 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"

0xf91c293a9eadd2f4b57f2832ee4578f4511d56c785108f2c2f54c911d5d2a391
0x5894bc9fcbf8fb5cab2c33fa427df424d0514d2569311e31bd5953a266d0fc28
0xae02f7a8ea1be48ba5d938f93e0ce740d9743abf6c6b9a65823b496b442488a4
0xc2db0223ce7bdc187778007999859e0ae7448752c08c743509687dfe7c7ebb9c
0xb641fc7d8b285ebbcdf7e05e3bd47b3057dc28c3d490365ce463d7bd0443870c
0xdf3669a2bb5aaa4e236adc7155975666dbcb8b6d600b2b56a452ace30b47b229
0xfcac57b46231d6df45b207f1dd8eab94e418a5a5c3db4fde2c2be4a684cfa0cb
0x2a566569e5ab95978f1c95d06f674a7e5ec3a0bdb592a13b8bbc203550e03a9a
0x7cdf91a391a438fa91fa62f1227b84e8fb2a63a3ae9628b2ec3b51f1a6051343
0xa19a37b9874c4f25011265aa67fa6dacdd7385c6ce8930caa2561b80e7ff73ff

Functions
Getter at block 21808467
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4552
 
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)
4551
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