CoinMerge OS
Verified contract
Active on
Ethereum with 2,307 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 |
---|---|---|---|---|---|
TREND | ERC-20 | 5M | -- | -- | |
CMOS | ERC-20 | 5M | -- | -- | |
HQG | ERC-20 | 1.68 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208499 | 8 days ago | | | 0 | 0.00054575882 | |
| 21200600 | 9 days ago | | | 0 | 0.00066939551 | |
| 21161463 | 15 days ago | | | 0 | 0.00035955596 | |
| 21154444 | 16 days ago | | | 0 | 0.00041857873 | |
| 21154424 | 16 days ago | | | 0 | 0.00035502999 | |
| 21150910 | 16 days ago | | | 0 | 0.00058790623 | |
| 21131254 | 19 days ago | | | 0 | 0.0012543446 | |
| 21119455 | 20 days ago | | | 0 | 0.000054041131 | |
| 21085657 | 25 days ago | | | 0 | 0.00047347920 | |
| 21060340 | a month ago | | | 0 | 0.00039358989 |
ABI
ABI objects
Getter at block 21266086
decimals() view returns (uint8)
9
name() view returns (string)
CoinMerge OS
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
CMOS
totalSupply() pure returns (uint256)
11000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
State-modifying
Events airdrop(address[] _recipients, uint256[] _amounts)
approve(address _spender, uint256 _amount) returns (bool)
launch()
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.