InnovativeBioresearchCoin
Verified contract
Active on
Ethereum with 2,511 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 |
---|---|---|---|---|---|
INNBC | ERC-20 | 8 | $0.00 |
$0 | |
INNBC | ERC-20 | 60.805556M | -- | -- | |
INNBC | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20689410 | 3 months ago | | | 0 | 0.000050174505 | |
| 20689392 | 3 months ago | | | 0 | 0.000076535335 | |
| 20688920 | 3 months ago | | | 0 | 0.000047959069 | |
| 17849953 | a year ago | | | 0 | 0.00097498005 | |
| 15638577 | 2 years ago | | | 0 | 0.00033756783 | |
| 15631510 | 2 years ago | | | 0 | 0.00053864445 | |
| 15383310 | 2 years ago | | | 0 | 0.00010397200 | |
| 15339728 | 2 years ago | | | 0 | 0.00033223382 | |
| 14793500 | 3 years ago | | | 0 | 0.00072275311 | |
| 14793500 | 3 years ago | | | 0 | 0.00072275311 |
ABI
ABI objects
Getter at block 21287301
decimals() view returns (uint256)
10
mintingFinished() view returns (bool)
false
name() view returns (string)
InnovativeBioresearchCoin
owner() view returns (address)
0xb8eb02a17a3eb5ce4f8249553d8c17b406036aad
symbol() view returns (string)
INNBC
totalSupply() view returns (uint256)
277553675442441820102500
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
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.