Insights Network
Verified contract
Active on
Ethereum with 25,007 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
INSTAR | ERC-20 | 43.62848K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
INVOX | ERC-20 | 66.010357 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20837149 | a month ago | | | 0 | 0.00067263599 | |
| 20837046 | a month ago | | | 0 | 0.00052337910 | |
| 20673075 | 2 months ago | | | 0 | 0.000019551137 | |
| 20638505 | 2 months ago | | | 0 | 0.000069735534 | |
| 20638504 | 2 months ago | | | 0 | 0.000069735534 | |
| 20638504 | 2 months ago | | | 0 | 0.000069735534 | |
| 20638504 | 2 months ago | | | 0 | 0.000069735534 | |
| 20638502 | 2 months ago | | | 0 | 0.000077928224 | |
| 20583159 | 3 months ago | | | 0 | 0.000019312257 | |
| 20583152 | 3 months ago | | | 0 | 0.000021872602 |
ABI
ABI objects
Getter at block 21158521
cap() view returns (uint256)
300000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Insights Network
owner() view returns (address)
0x76c1992e7159ff2f36461b0cd3acebe8485a7abd
paused() view returns (bool)
true
predecessor() view returns (address)
0x4f4b9d39ee1bc63dfdc4304527fe14b42d6dc184
successor() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
INSTAR
totalSupply() view returns (uint256)
229374135887232930000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
imported(address) view returns (bool)
lockedBalanceOf(address account) view returns (uint256 balance)
lockedBalances(address, uint256) view returns (uint256)
unlockTimes(address, uint256) view returns (uint256)
State-modifying
Events activate(address _predecessor)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
importBalance(address account) returns (bool)
importBalanceBatch(address[] accounts) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintBatch(address[] accounts, uint256[] amounts) returns (bool)
mintLockPeriod(address account, uint256 amount, uint256 lockPeriod) returns (bool)
mintLockPeriodBatch(address[] accounts, uint256[] amounts, uint256 lockPeriod) returns (bool)
mintUnlockTime(address account, uint256 amount, uint256 unlockTime) returns (bool)
mintUnlockTimeBatch(address[] accounts, uint256[] amounts, uint256 unlockTime) returns (bool)
pause()
selfDestruct(address _successor)
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)
Import(address indexed account, uint256 amount, uint256 unlockTime)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.