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 "MAKES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16799562 | 2 years ago | | | 0 | 0.0021679760 | |
| 16539144 | 2 years ago | | | 0 | 0.0010947086 | |
| 16539134 | 2 years ago | | | 0 | 0.00049841129 | |
| 16539130 | 2 years ago | | | 0 | 0.00050416422 | |
| 16528057 | 2 years ago | | | 0 | 0.0026243920 | |
| 16455962 | 2 years ago | | | 0 | 0.0013121960 | |
| 15915446 | 2 years ago | | | 0 | 0.00063904000 | |
| 15897728 | 2 years ago | | | 0 | 0.0024532360 | |
| 15419592 | 2 years ago | | | 0 | 0.00039928000 | |
| 15356446 | 2 years ago | | | 0 | 0.00043947200 |
ABI
ABI objects
Getter at block 21198646
_totalSupply() view returns (uint256)
40000000000000
decimals() view returns (uint8)
6
isLocked() view returns (bool)
false
locked() view returns (bool)
false
maximumSupply() view returns (uint256)
200000000000000
name() view returns (string)
MAKES
owner() view returns (address)
0xf8c8e996de554e1cdf80c1e0ebcccbd1ec2d1270
symbol() view returns (string)
MKS
totalSupply() view returns (uint256)
40000000000000
Read-only
_minters(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events addMinter(address account)
applyLock()
burn(uint256 _amount)
mint(address account, uint256 amount) returns (bool success)
removeMinter(address account)
renounceMinter()
transfer(address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlock()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.