Meta-Life Residence
Verified contract
Active on
Ethereum with 239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Meta-Life Residence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253726 | 6 hours ago | | | 0 | 0.0010903346 | |
| 21246280 | a day ago | | | 0 | 0.0017701027 | |
| 21244329 | 2 days ago | | | 0 | 0.0026379569 | |
| 21243945 | 2 days ago | | | 0 | 0.0015425291 | |
| 21241546 | 2 days ago | | | 0 | 0.0011657149 | |
| 21233672 | 3 days ago | | | 0 | 0.00050189918 | |
| 21232234 | 3 days ago | | | 0 | 0.0011418469 | |
| 21231385 | 3 days ago | | | 0 | 0.0030813398 | |
| 21231022 | 3 days ago | | | 0 | 0.00079009511 | |
| 21230981 | 3 days ago | | | 0 | 0.0016738976 |
ABI
ABI objects
Getter at block 21255640
baseURI() view returns (string)
https://metalegends.mypinata.cloud/ipfs/QmQMa1pkaxQtTorTshd8PH9FFveLF8eBYiHzP57Biy32nX/
collector() view returns (address)
0x0000000000000000000000000000000000000000
maxSupply() view returns (uint256)
700
name() view returns (string)
Meta-Life Residence
originOwner() view returns (address)
0x4abd9bd6f92654b45c42a9e0f9a3d23c7c14406e
owner() view returns (address)
0x4abd9bd6f92654b45c42a9e0f9a3d23c7c14406e
remainingSupply() view returns (uint256)
457
symbol() view returns (string)
MLR
totalSupply() view returns (uint256)
243
Read-only
allowlist(address) view returns (uint8 total, uint8 claimed)
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
numberMinted(address minter) view returns (uint32)
ownerOf(uint256 id) view returns (address result)
remaining(address wallet) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenExist(uint256 tokenId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _setBaseURI(string _newBaseURI)
addAllowlist(address[] _toAddAddresses, uint8[] _quantities)
approve(address account, uint256 id) payable
mintRandom(uint8 _quantities)
removeAllowlist(address[] _addresses, uint8[] _quantities)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setCollector(address _newCollector)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Minted(address indexed from, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
ContractsCannotMint()
MustMintAtLeastOneToken()
NotEnoughAvailableTokens()
NotOwnerNorApproved()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()