Mall Token Gold
Verified contract
Active on
Ethereum with 6,339 txns
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 "Mall Token Gold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13512551 | 3 years ago | | | 0 | 0.012911872 | |
| 10159951 | 4 years ago | | | 0 | 0.0024107120 | |
| 10159556 | 4 years ago | | | 0 | 0.0020363040 | |
| 10151515 | 4 years ago | | | 0 | 0.00098684160 | |
| 10151513 | 4 years ago | | | 0 | 0.00098684160 | |
| 10151509 | 4 years ago | | | 0 | 0.00098728804 | |
| 10151506 | 4 years ago | | | 0 | 0.00098684164 | |
| 10151504 | 4 years ago | | | 0 | 0.00098728800 | |
| 10151502 | 4 years ago | | | 0 | 0.00095544004 | |
| 10151500 | 4 years ago | | | 0 | 0.00095500800 |
ABI
ABI objects
Getter at block 21262724
creator() view returns (address)
0x2cb1592321fd6d2a2f33692dc1380b3737649093
decimals() view returns (uint8)
5
lockAll() view returns (bool)
false
name() view returns (string)
Mall Token Gold
owner() view returns (address)
0x2cb1592321fd6d2a2f33692dc1380b3737649093
symbol() view returns (string)
MTG
totalSupply() view returns (uint256)
120000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozens(address) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
offer(uint256 _supplyTM) returns (bool success)
setFreezeAddress(address _target, bool _freeze) returns (bool success)
setLockAll(bool _lockAll) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferExtra(address _to, uint256 _value, bytes _extraData) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
FreezeAddress(address indexed _target, bool _frozen)
Offer(uint256 _supplyTM)
OwnerChanged(address _oldOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferExtra(address indexed _from, address indexed _to, uint256 _value, bytes _extraData)
constructor(uint256 initialSupplyHM, string tokenName, string tokenSymbol, uint8 tokenDecimals)
fallback()
This contract contains no error objects.