Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($396.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLIES | ERC-20 | 118.270679 | $2.26 |
$267.29 | |
FLIES | ERC-20 | 56.949333 | $2.27 |
$129.27 | |
USA | ERC-20 | 1 | $0.000841 |
$0 | |
0xfdb1…dbd7 | ERC-1555 | 560.879K | -- | -- | |
BASED | ERC-20 | 70.222K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 131 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719050 | 3 hours ago | | | 0 | 6.7673564e-7 | |
| 22717775 | 4 hours ago | | | 0 | 0.0000046911134 | |
| 22713999 | 6 hours ago | | | 0 | 0.0000014060729 | |
| 22711890 | 7 hours ago | | | 0 | 0.000069849442 | |
| 22707413 | 9 hours ago | | | 0 | 0.000000101389285392 | |
| 22705352 | 11 hours ago | | | 0 | 0.000000105485547264 | |
| 22704479 | 11 hours ago | | | 0 | 0.000000096276160368 | |
| 22703845 | 11 hours ago | | | 0 | 0.000000096226402032 | |
| 22694169 | 17 hours ago | | | 0 | 0.0000012895593 | |
| 22694006 | 17 hours ago | | | 0 | 0.000000050140052532 |
ABI
ABI objects
Getter at block 22724354
decimals() view returns (uint8)
18
erc1155Contract() view returns (address)
0xfdb192fb0213d48ecdf580c1821008d8c46bdbd7
name() view returns (string)
MUTATIO
owner() view returns (address)
0xb17bfa989e00c7b0d17e52d3e90db440d2d7ee5f
symbol() view returns (string)
FLIES
tokenID() view returns (uint256)
1
totalSupply() view returns (uint256)
560879000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
onERC1155Received(address, address from, uint256 id, uint256 amount, bytes) returns (bytes4)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unwrap(uint256 erc20Amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner, address _erc1155Address, uint256 _tokenID, string _name, string _symbol)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)