Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c69…aa6f
Balances ($102,073.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MMC | ERC-20 | 1.088317B | $0.00009 |
$98,394.74 | |
USDT | ERC-20 | 3.678651K | $1.00 |
$3,678.65 | |
0x109c…7c58 | ERC-1555 | 49.988K | -- | -- | |
0x109c…7c58 | ERC-1555 | 49.973K | -- | -- | |
0x109c…7c58 | ERC-1555 | 49.921K | -- | -- | |
0x109c…7c58 | ERC-1555 | 29.941K | -- | -- | |
0x109c…7c58 | ERC-1555 | 18.768K | -- | -- | |
0x109c…7c58 | ERC-1555 | 9.998K | -- | -- | |
0x109c…7c58 | ERC-1555 | 1K | -- | -- | |
0x109c…7c58 | ERC-1555 | 871 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187834 | 11 days ago | | | 0 | 0.0055546202 | |
| 21187806 | 11 days ago | | | 0 | 0.0049820716 | |
| 21172968 | 13 days ago | | | 0 | 0.0068809329 | |
| 21172960 | 13 days ago | | | 0 | 0.0072285414 | |
| 21172946 | 13 days ago | | | 0 | 0.013832757 | |
| 21172930 | 13 days ago | | | 0 | 0.0065764477 | |
| 21130663 | 19 days ago | | | 0 | 0.0050593846 | |
| 21130657 | 19 days ago | | | 0 | 0.0027649622 | |
| 21130411 | 19 days ago | | | 0 | 0.0024305222 | |
| 21130327 | 19 days ago | | | 0 | 0.0032631935 |
ABI
ABI objects
Getter at block 21266893
owner() view returns (address)
0xda3f0eeec3f9a76b3d07d1995de1b24c368babcd
totalSupply() view returns (uint256)
222627
uniswapPair() view returns (address)
0x259cb7f3210551b7c38e78d01941e07ffe782489
uniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burn(uint256 tokenId, uint256 amount)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, string tokenUri, bytes data)
mintBatchWithUri(address to, uint256[] ids, uint256[] amounts, string[] tokenUris, bytes data)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
receiveERC20(address _token, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransfer(address to, uint256 tokenId, uint256 amount, bytes data)
safeTransferContract(address to, uint256 tokenId, uint256 amount, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUri)
setTokenURI(uint256 tokenId, string newUri)
setTokenURIBatch(uint256[] tokenIds, string[] newUris)
transferOwnership(address newOwner)
uniAddLiquidity(address _tokenA, address _tokenB, uint256 _amountA, uint256 _amountB, uint256 _minAmountA, uint256 _minAmountB, uint256 slippage)
uniRemoveLiquidity(address _tokenA, address _tokenB, uint256 _liquidity, uint256 _minAmountA, uint256 _minAmountB)
uniSetLiquidityPair(address _tokenA, address _tokenB)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address arg0, uint256 arg1)
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(address _router, address _factory)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)