Mobile Ecosystem
Verified contract
Active on
Ethereum with 2,439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "Mobile Ecosystem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17368900 | a year ago | | | 0 | 0.0016227375 | |
| 15583223 | 2 years ago | | | 0 | 0.0013576600 | |
| 13463893 | 3 years ago | | | 0 | 0.0053052533 | |
| 12750137 | 3 years ago | | | 0 | 0.00034602606 | |
| 10714474 | 4 years ago | | | 0 | 0.0042000000 | |
| 10714364 | 4 years ago | | | 0 | 0.0043200001 | |
| 9990813 | 5 years ago | | | 0 | 0.0010616600 | |
| 9245370 | 5 years ago | | | 0 | 0.0010616600 | |
| 9128376 | 5 years ago | | | 0 | 0.00026547500 | |
| 8823106 | 5 years ago | | | 0 | 0.00089291700 |
ABI
ABI objects
Getter at block 21161350
TOKEN_DECIMALS() view returns (uint8)
18
allowTransfers() view returns (bool)
true
buyExchangeRate() view returns (uint256)
40000
buySupply() view returns (uint256)
0
crowdsaleEndTime() view returns (uint256)
1526831999
crowdsaleStartTime() view returns (uint256)
1537246077
crowdsaleTotal() view returns (uint256)
80000000000000000000000000
decimals() view returns (uint8)
18
enableInternalLock() view returns (bool)
true
ethFundDeposit() view returns (address)
0x2657296bcfb168c36206e644a183f96010c57ac9
name() view returns (string)
Mobile Ecosystem
owner() view returns (address)
0x2657296bcfb168c36206e644a183f96010c57ac9
sellExchangeRate() view returns (uint256)
100000
sellSupply() view returns (uint256)
0
soldSupply() view returns (uint256)
0
stopBuy() view returns (bool)
false
stopSell() view returns (bool)
true
symbol() view returns (string)
MSCE
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
getAccountLockState(address _target) view returns (bool)
getAccountUnlockTime(address _target) view returns (uint256)
getVote(uint256 _id) view returns (bool, bytes32, address, address, uint256, bool, string, string, uint256, uint256, uint256, uint256)
internalLockAccount(address) view returns (bool)
lockAmount(address) view returns (uint256)
lockReleaseTime(address) view returns (uint256)
lockStartTime(address) view returns (uint256)
releaseLockAccount(address) view returns (uint256)
releasedAmount(address _target) view returns (uint256)
voteToOwner(uint256) view returns (address)
votes(uint256) view returns (bool isActivated, bytes32 name, address target, address spender, uint256 targetAmount, bool freeze, string newName, string newSymbol, uint256 agreeSupply, uint256 disagreeSupply, uint256 startTime, uint256 endTime, uint256 releaseTime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
buy() payable returns (bool)
createVote(bytes32 _name, address _target, address _spender, uint256 _targetAmount, bool _freeze, string _newName, string _newSymbol, uint256 _releaseTime)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
decreaseSoldSaleSupply(uint256 _value)
destroyToken(address target, uint256 amount)
freezeAccount(address _target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
increaseSoldSaleSupply(uint256 _value)
lockInternalAccount(address _target, bool _lock, uint256 _releaseTime)
mintToken(address target, uint256 mintedAmount)
renounceOwnership()
sell(uint256 amount)
setAllowTransfers(bool _allowTransfers)
setCrowdsaleEndTime(uint256 _crowdsaleEndTime)
setCrowdsaleStartTime(uint256 _crowdsaleStartTime)
setCrowdsaleTotal(uint256 _crowdsaleTotal)
setEnableInternalLock(bool _isEnable)
setEthFundDeposit(address _ethFundDeposit)
setExchangeRate(uint256 _sellExchangeRate, uint256 _buyExchangeRate)
setExchangeStatus(bool _stopSell, bool _stopBuy)
setName(string _name)
setSymbol(string _symbol)
setUnitTime(uint256 unit)
transfer(address _to, uint256 _value) returns (bool)
transferETH()
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAdmin(address _from, address _to, uint256 _value) returns (bool)
transferLockAmount(address _to, uint256 _value)
transferOwnership(address _newOwner)
voteXId(uint256 _id, bool _agree)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
DecreaseSoldSaleSupply(uint256 _value)
FrozenFunds(address target, bool frozen)
IncreaseSoldSaleSupply(uint256 _value)
LockAmount(address _from, address _to, uint256 amount, uint256 releaseTime)
NewVote(address _initiator, bytes32 name, address target, uint256 targetAmount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.