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 "INK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21813359 | 16 hours ago | | | 0 | 1.6661095e-7 | |
| 21803105 | 21 hours ago | | | 0 | 6.1350587e-7 | |
| 21444220 | 9 days ago | | | 0 | 2.1920400e-7 | |
| 21444218 | 9 days ago | | | 0 | 2.1920400e-7 | |
| 21314162 | 12 days ago | | | 0 | 4.6965748e-7 | |
| 21234781 | 14 days ago | | | 0 | 2.2163960e-7 | |
| 21178992 | 15 days ago | | | 0 | 1.2222903e-7 | |
| 20937320 | 21 days ago | | | 0 | 1.8267000e-7 | |
| 20804404 | 24 days ago | | | 0 | 2.2223847e-7 | |
| 19547418 | 2 months ago | | | 0 | 2.7498338e-7 |
ABI
ABI objects
Getter at block 21841441
decimals() view returns (uint8)
18
honeymoonDuration_() view returns (uint256)
0
isHoneymoon() view returns (bool)
false
launchBlock_() view returns (uint256)
1996415
maxPurchase_() view returns (uint256)
1000000000000000000000000
name() view returns (string)
INK
owner() view returns (address)
0x70a7a0749ee9d77d876fee5c2e1e106337768a00
symbol() view returns (string)
INK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBanned_(address) view returns (bool)
isPool_(address) view returns (bool)
isWhitelisted_(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
reveal(string _name, string _symbol)
setBanned(address[] _user, bool[] _state)
setMaxPurchase(uint256 _amount)
setPool(address _pool, bool _state)
setSnipeDelay(uint256 _delay)
setWhitelisted(address _user, bool _state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Banned(address indexed user, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.