CyberMovieChain
Verified contract
Active on
Ethereum with 5,140 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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
CMCT | ERC-20 | 10.956M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17641089 | a year ago | | | 0 | 0.00060320000 | |
| 17638954 | a year ago | | | 0 | 0.00060296000 | |
| 17634405 | a year ago | | | 0 | 0.00094520000 | |
| 17459333 | a year ago | | | 0 | 0.0028363200 | |
| 17122847 | 2 years ago | | | 0 | 0.0029074419 | |
| 17122846 | 2 years ago | | | 0 | 0.0031688290 | |
| 17122845 | 2 years ago | | | 0 | 0.0034278376 | |
| 17018137 | 2 years ago | | | 0 | 0.0011206070 | |
| 16554745 | 2 years ago | | | 0 | 0.00090914990 | |
| 16554705 | 2 years ago | | | 0 | 0.00084550564 |
ABI
ABI objects
Getter at block 21283832
MIN_PURCHASE() view returns (uint256)
10000000000000000
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
CyberMovieChain
symbol() view returns (string)
CMCT
tokensPerEth() view returns (uint256)
2000000000000000
totalDistributed() view returns (uint256)
2011709903599209343
totalSupply() view returns (uint256)
2000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferTokenTo(address _participant, uint256 _amount)
transferTokenToMultiple(address[] _addresses, uint256 _amount)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.