MeTeorite

Verified contract

Active on Ethereum with 73 txns
Deployed by via 0x90166259 at 21236366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MeTeorite"

0xfca29420d29e828935341d1cacd0138941bac2c5126a92814544e9db71f4f564
0x97068708edc6f49b7cfa8cf8621653c65489246a75a4dc0141404c3ade455fe4
0xef605fe71c394479095dac82aeb2c2065963bd11b8de9fd9eed5fd058ea5bfb8
0x189fb4807cc521e6680ac08097d4290940720975a16f12558ef09142995b63b2
0x461a4b66a2a42084bd997801e60cd05535281fceea4e72bbd559fad681ab4c21
0xd43b716f78fa1f4217d4fd84a8ff276528e0a7d9b0d849723f9ac10e71694b68
0xde9e9c00cdbe6000a873e7c37edca3125cdc88dbb3d4f8385b244d39328150f9
0xbd7cc4335a4b49b7a38d26276ac9b5f26e09f0df29326df4b936ded9d15d8787
0x59b70e54c05a5a0e990e3787162b576925a4b34b84e8ede7d12f0e6c9f207b79
0x926d68d9c522387b84dee14e889fe98b9baf50e3180f816c6e2fe2792dfa176f

Functions
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 _userview returns (bool)
FrozenAccounts(address _userview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
forceTransfer(address[] usersuint256[] amountsreturns (bool)
freezeAccount(address targetbool freeze
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setupBlacklist(address _userbool enabled
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FrozenFunds(address targetbool frozen
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account