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 "MultiToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6667214 | 6 years ago | | | 0 | 0.0048769500 | |
| 6667203 | 6 years ago | | | 0 | 0.0046681390 |
ABI
ABI objects
Getter at block 21228110
codeExportCost() view returns (uint256)
10000000000000000000
codeExportEnabled() view returns (bool)
true
commissionAddress() view returns (address)
0x80efc17ccdc8fe6a625cc4ed1fdaf71fd81a2c99
decimals() view returns (uint256)
18
deploymentCost() view returns (uint256)
2500000000000000000
exchangeEnableCost() view returns (uint256)
1500000000000000000
exchangeEnabled() view returns (bool)
true
name() view returns (string)
MCM Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdea8e0a4efa3ebcf9b5e848b8c62ca84b9102f7a
symbol() view returns (string)
MCM
tokenOnlyDeploymentCost() view returns (uint256)
1500000000000000000
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
0.99
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableCodeExport() payable
enableExchange(uint256 _tokenPrice) payable
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintToken(address _target, uint256 _mintedAmount)
swapTokens() payable
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenExchangeEnabled(address caller, uint256 exchangeCost)
TokenExportEnabled(address caller, uint256 enableCost)
Transfer(address indexed from, address indexed to, uint256 value)
TransferSold(address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _tokenName, uint256 _decimalUnits, string _tokenSymbol, string _version, uint256 _tokenPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.