Achievemints
Verified contract
Active on
Base with 54,180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000684 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 594.273344 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737014 | 3 days ago | | | 0 | 0.000000305643785161 | |
| 22578772 | 6 days ago | | | 0 | 0.0000027534480 | |
| 22548820 | 7 days ago | | | 0 | 2.9574906e-7 | |
| 22316071 | 13 days ago | | | 0 | 2.7333244e-7 | |
| 22297928 | 13 days ago | | | 0 | 1.8324304e-7 | |
| 22245671 | 14 days ago | | | 0 | 2.9717946e-7 | |
| 22225229 | 15 days ago | | | 0 | 2.9717946e-7 | |
| 22195097 | 15 days ago | | | 0 | 3.1281882e-7 | |
| 22126339 | 17 days ago | | | 0 | 2.9423625e-7 | |
| 22050868 | 19 days ago | | | 0 | 2.9750893e-7 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenConfigs(uint256) view returns (uint64 maxSupply, bool isDisabled)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdropBatch(uint256[] tokenIds, address to)
airdropSingle(uint256 tokenId, address to)
batchAirdrop(uint256 tokenId, address[] recipients)
flipSaleState()
flipWhitelistState()
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractMetadataUri)
setRoyalties(address recipient, uint256 value)
setTokenConfig(uint256 tokenId, struct FloorPackTokenConfig newConfig)
setURI(string uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri, string _contractMetadataUri)
This contract contains no fallback and receive objects.
CallerIsNotTheOwner()
CannotDecreaseMaxSupply()
CannotIncreaseMaxSupply()
CannotMintMoreThanMaxSupply()
NewOwnerIsZeroAddress()
NotAuthorized()
OperatorNotAllowed(address operator)
RoyaltiesTooHigh()
TokenIdIsDisabled()