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 "COIC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19360869 | 9 months ago | | | 0 | 0.0036486718 | |
| 18839343 | a year ago | | | 0 | 0.0013396348 | |
| 16568078 | 2 years ago | | | 0 | 0.00069410845 | |
| 16398542 | 2 years ago | | | 0 | 0.0017420315 | |
| 15565510 | 2 years ago | | | 0 | 0.00049232410 | |
| 15565460 | 2 years ago | | | 0 | 0.00086068170 | |
| 15565404 | 2 years ago | | | 0 | 0.00098143870 | |
| 15565356 | 2 years ago | | | 0 | 0.00013126750 | |
| 15406058 | 2 years ago | | | 0 | 0.00066854060 | |
| 13859758 | 3 years ago | | | 0 | 0.0031932720 |
ABI
ABI objects
Getter at block 21293296
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
cap() view returns (uint256)
12000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
COIC
owner() view returns (address)
0xebb1a858a81053e3a6cc5f4fceea9dc9273f8225
symbol() view returns (string)
COIC
totalSupply() view returns (uint256)
2880000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.