Memento

Verified contract

Active on Ethereum with 928 txns
Deployed by via 0x190d4b60 at 20845396
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Memento"

0xd52c9436e5c1385ba8c801bd9321bd43116e2ab14415f126309339bde1768dde
0x95108919a699aa0a4e74c4c01e85f789dcf05430381d8abbc88d5adab8e1634e
0xc5c5a2dbf9525a281b97464b3aa45f56d894499001a096d6ce3a24567bbe47b3
0xf1c8f10d4ec90f267fb01e398b33b1d7fae7e2a7e7dfc5bf20071a15e3bda859
0xb17a7251b34b4c897db2d0eff5f2c153285fd93f1f02544cee34a03991185c27
0x7d46369b438ab37b750d4b369867a9b9aa68e71a642d12f458a59f8938ac79f7
0xa8cef3a08e652eacbf7a283b0162f0b1f5906438e6cfe0a00ebde838546e5472
0xb9af91270b0447cc73f5182ab8a0dd4e76cdde1d7a107794d766a450762ae3c8
0xa043fa88866eb643ac2605ba305277b906e75c2350c2967f4d1b6bb175114107
From
0xace67e918c3c9124120efa2b1b810856cefdbcab16b1bf3e7abf1c3eec854d0d

Functions
Getter at block 21198099
DOMAIN_SEPARATOR(view returns (bytes32)
0x7eb0ba116699ed2fe1a93cccaafebcfb1cb9ba02fbc7bbcefd5c53436b6231a4
ID_ENCODING_PREFIX(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
dataURI(view returns (string)
https://memento.build/nfts/
decimals(view returns (uint8)
18
erc20TotalSupply(view returns (uint256)
10000000000000000000000
erc721TotalSupply(view returns (uint256)
8476
getERC721QueueLength(view returns (uint256)
4882
launched(view returns (bool)
true
maxWallet(view returns (uint256)
10000000000000000000000
minted(view returns (uint256)
8476
name(view returns (string)
Memento
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MENTO
totalSupply(view returns (uint256)
10000000000000000000000
units(view returns (uint256)
1000000000000000000
Read-only
account(uint256 id_view returns (address)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
nft_setup_set(uint256view returns (uint256)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
setup(uint256view returns (address implementationaddress registrybytes32 salt)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spender_uint256 valueOrId_returns (bool)
erc20Approve(address spender_uint256 value_returns (bool)
erc20TransferFrom(address from_address to_uint256 value_returns (bool)
erc721Approve(address spender_uint256 id_returns (bool)
erc721TransferFrom(address from_address to_uint256 id_
execute(uint256 id_address touint256 valuebytes datauint8 operationpayable returns (bytes result)
launch(
permit(address owner_address spender_uint256 value_uint256 deadline_uint8 v_bytes32 r_bytes32 s_
removeLimits(
renounceOwnership(
safeTransferFrom(address from_address to_uint256 id_
safeTransferFrom(address from_address to_uint256 id_bytes data_
setApprovalForAll(address operator_bool approved_
setERC721TransferExempt(address account_bool value_
setSelfERC721TransferExempt(bool state_
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
updateURI(string uri
upgrade6551Setup(uint256 setupId_uint256 tokenId_
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 supply721_address registry_address implementation_bytes32 salt_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
DecimalsTooLow(
InsufficientAllowance(
InvalidApproval(
InvalidExemption(
InvalidOperator(
InvalidRecipient(
InvalidSender(
InvalidSigner(
InvalidSpender(
InvalidTokenId(
MintLimitReached(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnedIndexOverflow(
PermitDeadlineExpired(
QueueEmpty(
QueueFull(
QueueOutOfBounds(
RecipientIsERC721TransferExempt(
Unauthorized(
UnsafeRecipient(