Cryptomon Token
Verified contract
Active on
Ethereum with 39 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 "Cryptomon Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5877437 | 6 years ago | | | 0 | 0.00020752800 | |
| 5856111 | 6 years ago | | | 0 | 0.0012560760 | |
| 5784259 | 6 years ago | | | 0 | 0.0015121620 | |
| 5476638 | 7 years ago | | | 0 | 0.0015147860 | |
| 5468609 | 7 years ago | | | 0 | 0.0021271620 | |
| 5467043 | 7 years ago | | | 0 | 0.0021271620 | |
| 5457529 | 7 years ago | | | 0 | 0.0021271620 | |
| 5457461 | 7 years ago | | | 0 | 0.0021271620 | |
| 5441936 | 7 years ago | | | 0 | 0.0015121620 | |
| 5440658 | 7 years ago | | | 0 | 0.0015147860 |
ABI
ABI objects
Getter at block 21287711
decimals() view returns (uint8)
9
mintingFinished() view returns (bool)
false
name() view returns (string)
Cryptomon Token
owner() view returns (address)
0x2932a348c999f5de3c535e343a7dc60944d65548
paused() view returns (bool)
false
symbol() view returns (string)
CMN
totalSupply() view returns (uint256)
6006004146415959
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnTokens(address _partner, uint256 _tokens)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensBurned(address initiatior, address indexed _partner, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string tokenName, string tokenSymbol, uint8 decimalUnits)
This contract contains no fallback and receive objects.
This contract contains no error objects.