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 "CoinZZmoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6082935 | 6 years ago | | | 0 | 0.000077376000 | |
| 6082926 | 6 years ago | | | 0 | 0.000077760000 | |
| 6070484 | 6 years ago | | | 0 | 0.00010763200 | |
| 6068456 | 6 years ago | | | 0 | 0.0024154416 |
ABI
ABI objects
Getter at block 21402917
ROLE_MINTER() view returns (string)
minter
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
decimals() view returns (uint8)
6
mintingFinished() view returns (bool)
false
name() view returns (string)
CoinZZmoon
owner() view returns (address)
0xdaa0b4fa07b6e981f1e4465ff3a2c35c3e5a01b7
symbol() view returns (string)
ZZM
totalSupply() view returns (uint256)
27000001
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
State-modifying
Events addMinter(address minter)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeMinter(address minter)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.