Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOGIES | ERC-721 | 1 | -- | -- | |
MOGIES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21044118 | 19 days ago | | | 0 | 0.00052712203 | |
| 20945664 | a month ago | | | 0 | 0.00046059503 | |
| 20828067 | 2 months ago | | | 0 | 0.00064859352 | |
| 20431529 | 3 months ago | | | 0 | 0.00011923408 | |
| 20361851 | 4 months ago | | | 0 | 0.00034773846 | |
| 20360137 | 4 months ago | | | 0 | 0.00015363599 | |
| 20357791 | 4 months ago | | | 0 | 0.00051845304 | |
| 20357010 | 4 months ago | | | 0 | 0.00073996825 | |
| 20340284 | 4 months ago | | | 0 | 0.00022380116 | |
| 20340276 | 4 months ago | | | 0 | 0.00032761306 |
ABI
ABI objects
Getter at block 21182931
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_ADMIN() view returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
nextTokenId() view returns (uint256)
1377
owner() view returns (address)
0x31126bef30d46e0f636984a09be895912433f345
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events grantRole(bytes32 role, address account)
mintBatch(address to, uint256[] amounts, string[] URIs, bytes data)
mintBatchMultipleRecipients(address[] to, uint256[] amounts, string[] URIs, uint256[] numRecipientsPerToken, bytes data)
mintToken(address recipient, uint256 amount, string URI, bytes data)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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 _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.