MoCo Token
Verified contract
Active on
Ethereum with 5,209 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001962 |
$0 | |
MoCo | ERC-20 | 50 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19303167 | 9 months ago | | | 0 | 0.0011218971 | |
| 19011171 | 10 months ago | | | 0 | 0.00089020354 | |
| 18888615 | a year ago | | | 0 | 0.0010851432 | |
| 18888587 | a year ago | | | 0 | 0.00062230967 | |
| 17242300 | 2 years ago | | | 0 | 0.0031876038 | |
| 15774770 | 2 years ago | | | 0 | 0.00067360984 | |
| 14574115 | 3 years ago | | | 0 | 0.0030076122 | |
| 14447541 | 3 years ago | | | 0 | 0.0010891158 | |
| 13820508 | 3 years ago | | | 0 | 0.0020719472 | |
| 13783616 | 3 years ago | | | 0 | 0.0022574156 |
ABI
ABI objects
Getter at block 21258397
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
MoCo Token
newOwner() view returns (address)
0x986051d0675197c39c758082955c490d5710849b
owner() view returns (address)
0x986051d0675197c39c758082955c490d5710849b
paused() view returns (bool)
false
symbol() view returns (string)
MoCo
totalSupply() view returns (uint256)
8000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events acceptOwnership()
activate()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initialTransfer(address _to, uint256 _value) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
proposeNewOwner(address _newOwner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.