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 "TINC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243590 | 15 hours ago | | | 0 | 0.0011355071 | |
| 21243563 | 15 hours ago | | | 0 | 0.00074877880 | |
| 21243353 | 16 hours ago | | | 0 | 0.00068139208 | |
| 21243347 | 16 hours ago | | | 0 | 0.00066676214 | |
| 21243161 | 17 hours ago | | | 0 | 0.00029663954 | |
| 21242547 | 19 hours ago | | | 0 | 0.00029356375 | |
| 21241975 | 21 hours ago | | | 0 | 0.00056534178 | |
| 21240594 | a day ago | | | 0 | 0.00061902522 | |
| 21240560 | a day ago | | | 0 | 0.00053829759 | |
| 21239621 | a day ago | | | 0 | 0.00056264156 |
ABI
ABI objects
Getter at block 21248154
DOMAIN_SEPARATOR() view returns (bytes32)
0xd7ca39664855d917a34a9fd474612e6cca61e862d929420d86842d8fe47453b8
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Titan Farms Incentive Token, version=1, chainId=1, verifyingContract=0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Titan Farms Incentive Token
owner() view returns (address)
0x52c1cc79fbbef91d3952ae75b1961d08f0172223
symbol() view returns (string)
TINC
totalSupply() view returns (uint256)
2716506468433553713734625
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner_) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
useNonce()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)