Achievemints

Verified contract

Active on Base with 54,180 txns
Deployed by via 0xeb1c3026 at 5942862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xb8cf5bd20192a504f009f8e8817988f7d68bcaf80fbf08102ef6454d323b8363
0xf497814308e631b25ea736e624a0ad98e7fb33f060167f66d4d003c420efe4a9
0x0786458f9e44d13c2a40fa9080a6080871211a7840579cfde9f6a01e882a1f75
0x1b08a7c2a068a85d0538f2c5f5d8a461a0dced8b9ff23ebc9b26a012e6f2e9bf
0x2e92f8360af83df384a7aced4108099edef1306925d57ee604a7264b95becddd
0x5bbce5b80b26fd7e000b217142df1fbb0bbf50fdac1185ce6834169bddec83ab
0x29f7cd533ba5e03b907bc5e86f4f6ff25bef4cebf878b98210a3110932d5521d
0x424c93b602e9c2a4206c3eceb7c3bf4e9d9599ac4b6d36346dfc4b1362ec4e6a
0x129e6ed7fe74608e2f057d7a0a5eb239e97346e5d5918dccb5236757453675db
0xac3312692282fb47437065bf7c6a204ab22fcf2942cc96fe0608a8da3584f2cb

Functions
Getter at block 22857382
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
contractMetadataUri(view returns (string)
https://arweave.net/MQoZ0NJHXwt-1ZwIL_ESMRSIQcGhgh1dhIXklC2mMWA
contractURI(view returns (string)
https://arweave.net/MQoZ0NJHXwt-1ZwIL_ESMRSIQcGhgh1dhIXklC2mMWA
name(view returns (string)
Achievemints
owner(view returns (address)
0x2abe3fc24e45966d995a19d15621d8d5bbf2a180
saleIsActive(view returns (bool)
false
symbol(view returns (string)
ACHIEVEMINTS
whitelistIsActive(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenConfigs(uint256view returns (uint64 maxSupplybool isDisabled)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
airdropBatch(uint256[] tokenIdsaddress to
airdropSingle(uint256 tokenIdaddress to
batchAirdrop(uint256 tokenIdaddress[] recipients
flipSaleState(
flipWhitelistState(
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _contractMetadataUri
setRoyalties(address recipientuint256 value
setTokenConfig(uint256 tokenIdstruct FloorPackTokenConfig newConfig
setURI(string uri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _namestring _symbolstring _uristring _contractMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotTheOwner(
CannotDecreaseMaxSupply(
CannotIncreaseMaxSupply(
CannotMintMoreThanMaxSupply(
NewOwnerIsZeroAddress(
NotAuthorized(
OperatorNotAllowed(address operator
RoyaltiesTooHigh(
TokenIdIsDisabled(