Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Memento"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195966 | 7 hours ago | | | 0 | 0.0017324549 | |
| 21149516 | 7 days ago | | | 0 | 0.0011401336 | |
| 21149516 | 7 days ago | | | 0 | 0.0011401336 | |
| 21149516 | 7 days ago | | | 0 | 0.0011401336 | |
| 21111610 | 12 days ago | | | 0 | 0.00012527525 | |
| 21108187 | 13 days ago | | | 0 | 0.00022536026 | |
| 21090002 | 15 days ago | | | 0 | 0.00015157664 | |
| 21012884 | a month ago | | | 0 | 0.00047599051 | |
| 20986291 | a month ago | | | 0 | 0.0011053726 | |
| 20973573 | a month ago | | | 0 | 0.00084697542 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nft_setup_set(uint256) view returns (uint256)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
setup(uint256) view returns (address implementation, address registry, bytes32 salt)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events 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 to, uint256 value, bytes data, uint8 operation) payable 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_)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 supply721_, address registry_, address implementation_, bytes32 salt_)
This contract contains no fallback and receive objects.
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()