Mangachain Token
Verified contract
Active on
Ethereum with 733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
tripus.io | ERC-20 | 500K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9309703 | 5 years ago | | | 0 | 0.00013144800 | |
| 9302446 | 5 years ago | | | 0 | 0.000028816000 | |
| 9300048 | 5 years ago | | | 0 | 0.000043816000 | |
| 8929724 | 5 years ago | | | 0 | 0.00028362000 | |
| 8795747 | 5 years ago | | | 0 | 0.00041724000 | |
| 8582853 | 5 years ago | | | 0 | 0.00026724000 | |
| 8582827 | 5 years ago | | | 0 | 0.00021774713 | |
| 8575187 | 5 years ago | | | 0 | 0.00041724000 | |
| 8575179 | 5 years ago | | | 0 | 0.00013362000 | |
| 8575119 | 5 years ago | | | 0 | 0.00041724000 |
ABI
ABI objects
Getter at block 21320042
decimals() view returns (uint8 _decimals)
8
depositAddress() view returns (address)
0x63cba0b940a225d3b9d035553b175333c0dd7afa
distributeAmount() view returns (uint256)
0
mintingFinished() view returns (bool)
false
name() view returns (string _name)
Mangachain Token
owner() view returns (address)
0xd3d501e82eef99e25843f145bebcaf857e4dba44
paused() view returns (bool)
false
symbol() view returns (string _symbol)
MCT
totalSupply() view returns (uint256 _totalSupply)
5000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
autoDistribute() payable
burn(address _from, uint256 _unitAmount)
collectTokens(address[] _targets) returns (bool)
distributeTokens(address[] addresses, uint256[] amounts) returns (bool)
finishMinting() returns (bool)
lockupAccounts(address[] targets, uint256[] unixTimes)
mint(address _to, uint256 _unitAmount) returns (bool)
pause()
setDepositAddress(address _addr)
setDistributeAmount(uint256 _unitAmount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
LockedFunds(address indexed target, uint256 locked)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor(address _team, address _development, address _marketing, address _release, address _deposit)
fallback()
This contract contains no error objects.