CrypMix Coin
Verified contract
Active on
Ethereum with 167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CrypMix Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16796679 | 2 years ago | | | 0 | 0.00074184343 | |
| 16796674 | 2 years ago | | | 0 | 0.00084692507 | |
| 16796671 | 2 years ago | | | 0 | 0.00090208300 | |
| 16796667 | 2 years ago | | | 0 | 0.0014080250 | |
| 16796664 | 2 years ago | | | 0 | 0.00078007207 | |
| 16796657 | 2 years ago | | | 0 | 0.0014646580 | |
| 16796618 | 2 years ago | | | 0 | 0.00077264762 | |
| 16796611 | 2 years ago | | | 0 | 0.0011827410 | |
| 16796606 | 2 years ago | | | 0 | 0.00074624474 | |
| 16796599 | 2 years ago | | | 0 | 0.0012390620 |
ABI
ABI objects
Getter at block 21186645
decimals() view returns (uint8)
18
name() view returns (string)
CrypMix Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xaef84c5fcb61e4a011f4a1452b096d0c5c391a6c
paused() view returns (bool)
false
symbol() view returns (string)
CMX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfAvailable(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removePauser(address account)
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address holder) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed holder, uint256 value, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed holder, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply, uint8 decimals, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.