CoinMarketAlert
Verified contract
Active on
Ethereum with 3,352 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 |
---|---|---|---|---|---|
CMA | ERC-20 | 52.002671K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260230 | 8 days ago | | | 0 | 0.00020851121 | |
| 16572413 | 2 years ago | | | 0 | 0.0019335312 | |
| 14645813 | 3 years ago | | | 0 | 0.00039068694 | |
| 10989402 | 4 years ago | | | 0 | 0.0011065440 | |
| 10989370 | 4 years ago | | | 0 | 0.0011065440 | |
| 9995818 | 5 years ago | | | 0 | 0.00022026500 | |
| 9995817 | 5 years ago | | | 0 | 0.000072395000 | |
| 9989481 | 5 years ago | | | 0 | 0.00022026500 | |
| 9827300 | 5 years ago | | | 0 | 0.000023077000 | |
| 9826042 | 5 years ago | | | 0 | 0.00023041000 |
ABI
ABI objects
Getter at block 21320032
TotalSupply() view returns (uint256)
215000000000000000000000000
collector() view returns (address)
0xc522d98c189720cb8416d97085882001c0e6cb40
decimals() view returns (uint256)
18
name() view returns (string)
CoinMarketAlert
owner() view returns (address)
0xc522d98c189720cb8416d97085882001c0e6cb40
symbol() view returns (string)
CMA
totalSupply() view returns (uint256 supply)
215000000000000000000000000
transfer_status() view returns (bool)
false
Read-only
Allowance(address, address) view returns (uint256)
OrdersPaid(uint256) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 allowed)
balanceOf(address _address) view returns (uint256 balance)
State-modifying
Events Burn(uint256 _amount) returns (bool _success)
ChangeCollector(address _AddressToMake) returns (bool _success)
ChangeOwner(address _AddressToMake) returns (bool _success)
ChangeTransferStatus(bool _newStatus) returns (bool _success)
Mint(uint256 _amount) returns (bool _success)
approve(address _spender, uint256 _amount) returns (bool approved)
multiTransfer(address[] _destinations, uint256[] _values) returns (uint256)
payOrder(uint256 _orderID, uint256 _amount) returns (bool status)
transfer(address _receiver, uint256 _amount) returns (bool status)
transferFrom(address _owner, address _receiver, uint256 _amount) returns (bool status)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OrderPaid(uint256 indexed _orderID, uint256 _value)
OwnershipChanged(address indexed _invoker, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferStatusChanged(bool _newStatus)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.