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 "INCToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20932350 | a month ago | | | 0 | 0.00046468385 | |
| 20932345 | a month ago | | | 0 | 0.00036674632 | |
| 20932341 | a month ago | | | 0 | 0.00055732287 | |
| 20932337 | a month ago | | | 0 | 0.00053618920 | |
| 20932333 | a month ago | | | 0 | 0.00035179654 | |
| 20932327 | a month ago | | | 0 | 0.00032532519 | |
| 20918914 | a month ago | | | 0 | 0.00040478225 | |
| 20775499 | 2 months ago | | | 0 | 0.00022068660 | |
| 20775498 | 2 months ago | | | 0 | 0.00022068660 | |
| 20775495 | 2 months ago | | | 0 | 0.00022068660 |
ABI
ABI objects
Getter at block 21225200
decimals() view returns (uint8)
18
name() view returns (string)
WAT Income token
owner() view returns (address)
0x495f5bf18aa99f6eed14c6a98067eb7486feffe8
paused() view returns (bool)
false
symbol() view returns (string)
INC
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
pause()
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)