InsightsNetwork3
Verified contract
Active on
Ethereum with 489 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 "InsightsNetwork3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5172115 | 7 years ago | | | 0 | 0.0010440650 | |
| 5170525 | 7 years ago | | | 0 | 0.00048000000 | |
| 5168920 | 7 years ago | | | 0 | 0.000023803000 | |
| 5168249 | 7 years ago | | | 0 | 0.0011694020 | |
| 5168231 | 7 years ago | | | 0 | 0.0011716980 | |
| 5164945 | 7 years ago | | | 0 | 0.000078780000 | |
| 5164846 | 7 years ago | | | 0 | 0.00015717600 | |
| 5164550 | 7 years ago | | | 0 | 0.00044497600 | |
| 5164505 | 7 years ago | | | 0 | 0.00027811000 | |
| 5162384 | 7 years ago | | | 0 | 0.0013130000 |
ABI
ABI objects
Getter at block 21172783
cap() view returns (uint256)
[unknown]
decimals() view returns (uint8)
[unknown]
mintingFinished() view returns (bool)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
paused() view returns (bool)
[unknown]
predecessor() view returns (address)
[unknown]
successor() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
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)
importBalanceOf(address account) returns (bool)
importBalancesOf(address[] accounts) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount) returns (bool)
mintLockPeriod(address account, uint256 amount, uint256 lockPeriod) returns (bool)
mintUnlockTime(address account, uint256 amount, 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.