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 "MeTeorite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265330 | 5 hours ago | | | 0 | 0.0012856620 | |
| 21264716 | 7 hours ago | | | 0 | 0.00073835060 | |
| 21264633 | 7 hours ago | | | 0 | 0.00070275894 | |
| 21263521 | 11 hours ago | | | 0 | 0.00048846409 | |
| 21262479 | 15 hours ago | | | 0 | 0.00041979238 | |
| 21262439 | 15 hours ago | | | 0 | 0.00039974294 | |
| 21262037 | 16 hours ago | | | 0 | 0.00043026439 | |
| 21262034 | 16 hours ago | | | 0 | 0.00042253347 | |
| 21262033 | 16 hours ago | | | 0 | 0.00063375964 | |
| 21261971 | 16 hours ago | | | 0 | 0.00044652057 |
ABI
ABI objects
Getter at block 21266849
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MeTeorite
owner() view returns (address)
0xeb759035b541c647fff72ed7b1011e3352a17a90
symbol() view returns (string)
MTT
totalSupply() view returns (uint256)
8045311447000000000000000000
Read-only
Blacklisted(address _user) view returns (bool)
FrozenAccounts(address _user) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
forceTransfer(address[] users, uint256[] amounts) returns (bool)
freezeAccount(address target, bool freeze)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setupBlacklist(address _user, bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
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)