Smart Investment Fund Token v2
Verified contract
Active on
Ethereum with 524 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Smart Investment Fund Token v2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17747164 | a year ago | | | 0 | 0.00056683200 | |
| 17519528 | a year ago | | | 0 | 0.00049245000 | |
| 16000652 | 2 years ago | | | 0 | 0.00062628421 | |
| 15733415 | 2 years ago | | | 0 | 0.00052758013 | |
| 15466815 | 2 years ago | | | 0 | 0.00017620996 | |
| 15465327 | 2 years ago | | | 0 | 0.00020586502 | |
| 15465226 | 2 years ago | | | 0 | 0.00026780146 | |
| 15464826 | 2 years ago | | | 0 | 0.00021238286 | |
| 15464816 | 2 years ago | | | 0 | 0.00027475168 | |
| 15453237 | 2 years ago | | | 0 | 0.00094305671 |
ABI
ABI objects
Getter at block 21307518
decimals() view returns (uint8)
6
name() view returns (string)
Smart Investment Fund Token v2
symbol() view returns (string)
XSFT
totalSupply() view returns (uint256)
722935000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tokenConvertor)
This contract contains no fallback and receive objects.
This contract contains no error objects.