MALIKBEYTRUSTTOKEN

Verified contract

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

No balances found for "MALIKBEYTRUSTTOKEN"

0x2e73d5b0e0151a9bed8d4138937c0e033fe7bf358c2a47c00cc202c1ee7a96ec
0xe8ee586d60a4a651d3cfc0157d79756b0ce7d60aef75d5d8ca0e79d1d1420001
0x12a3316e0c66e221df8415df3fd2936299c7c7101f805b3af3786c3571e056f6
0xb4509d1b2361417cbec388dbb0e5ee165de18f1f2d7e932811cc9a169d7575ee

Functions
Getter at block 21312264
decimals(pure returns (uint8)
18
name(view returns (string)
MALIKBEYTRUSTTOKEN
owner(view returns (address)
0x5fb103d55ace40008374a602b5326b46b9626b87
symbol(view returns (string)
MBT
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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