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 "Thoth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14760420 | 6 months ago | | | 0 | 0.0000076664185 | |
| 10956416 | 9 months ago | | | 0 | 0.000000004629279596 | |
| 10956217 | 9 months ago | | | 0 | 0.000000004314528839 | |
| 10945966 | 9 months ago | | | 0 | 0.000000000154124198 | |
| 9373689 | 10 months ago | | | 0 | 0.000000046807000000 | |
| 8738847 | a year ago | | | 0 | 0.000000046807000000 | |
| 8486453 | a year ago | | | 0 | 0.000000046807000000 | |
| 8467082 | a year ago | | | 0 | 0.000000046807000000 | |
| 7267888 | a year ago | | | 0 | 0.000000046807000000 | |
| 7265521 | a year ago | | | 0 | 0.000000037121000000 |
ABI
ABI objects
Getter at block 23181351
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x5a49da602dd3dbdbd34233d69997edb0b9db6b6382cc179d00b856dcb1bad203
FRIENDTECH() view returns (address)
0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4
MULTIPLIER() view returns (uint256)
100
decimals() view returns (uint8)
18
factory() view returns (address)
0xf1c67b9b1875c247329126b84aed85ab5254d3dc
name() view returns (string)
Thoth
symbol() view returns (string)
THO
target() view returns (address)
0x1f0303f90ba42b56cd67a5c6a6ab213f58d20931
totalSupply() view returns (uint256 result)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 shares) returns (uint256 proceeds)
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
initialize(address _target)
mint(uint256 shares) payable returns (uint256 refund)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setNameAndSymbol(string __name, string __symbol)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
receive()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()