ScifiToken
Verified contract
Active on
Ethereum with 1,914 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43,235.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FTM | ERC-20 | 28.72847K | $0.88526 |
$25,432.16 | |
DIA | ERC-20 | 3.890798K | $0.792283 |
$3,082.61 | |
NMR | ERC-20 | 169.763952 | $17.79 |
$3,020.1 | |
SUSHI | ERC-20 | 2.862238K | $1.041 |
$2,979.59 | |
CRV | ERC-20 | 5.301779K | $0.490848 |
$2,602.37 | |
DYDX | ERC-20 | 1.503223K | $1.48 |
$2,224.77 | |
FTX Token | ERC-20 | 827.696836 | $2.44 |
$2,019.58 | |
PERP | ERC-20 | 1.366738K | $0.826286 |
$1,129.32 | |
BAL | ERC-20 | 298.488453 | $2.48 |
$740.25 | |
OCTO | ERC-20 | 8.04153 | $0.357993 |
$2.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749947 | 2 months ago | | | 0 | 0.000057361643 | |
| 20749941 | 2 months ago | | | 0 | 0.000058701946 | |
| 20360060 | 4 months ago | | | 0 | 0.000064747090 | |
| 20360055 | 4 months ago | | | 0 | 0.000063760031 | |
| 20360010 | 4 months ago | | | 0 | 0.000066025130 | |
| 20304729 | 4 months ago | | | 0 | 0.00016877631 | |
| 20251548 | 5 months ago | | | 0 | 0.000046697422 | |
| 20250639 | 5 months ago | | | 0 | 0.000074981424 | |
| 20172235 | 5 months ago | | | 0 | 0.00031161800 | |
| 19987241 | 6 months ago | | | 0 | 0.00039527732 |
ABI
ABI objects
Getter at block 21257480 getPositions() view returns (struct ISetTokenPosition[])
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals() view returns (uint8)
18
getComponents() view returns (address[])
[0x6B3595068778DD592e39A122f4f5a5cF09C90fE2, 0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419, 0x1fDaB294EDA5112B7d066ED8F2E4E562D5bCc664, 0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9, 0xbC396689893D065F41bc2C6EcbeE5e0085233447, 0xD533a949740bb3306d119CC777fa900bA034cd52, 0xba100000625a3754423978a60c9317c58a424e3D, 0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671, 0x4E15361FD6b4BB609Fa63C81A2be19d873717870, 0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44, 0x92D6C1e31e14520e676a687F0a93788B716BEff5]
getModules() view returns (address[])
[0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129, 0xd8EF3cACe8b4907117a45B0b125c68560532F94D]
isLocked() view returns (bool)
false
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x0265b43511d1b0b03d00b27811f7a5aacffedb4a
name() view returns (string)
ScifiToken
positionMultiplier() view returns (int256)
1000000000000000000
symbol() view returns (string)
SCIFI
totalSupply() view returns (uint256)
75726174411700123276885
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
components(uint256) view returns (address)
getDefaultPositionRealUnit(address _component) view returns (int256)
getExternalPositionData(address _component, address _positionModule) view returns (bytes)
getExternalPositionModules(address _component) view returns (address[])
getExternalPositionRealUnit(address _component, address _positionModule) view returns (int256)
getTotalComponentRealUnits(address _component) view returns (int256)
isComponent(address _component) view returns (bool)
isExternalPositionModule(address _component, address _module) view returns (bool)
isInitializedModule(address _module) view returns (bool)
isPendingModule(address _module) view returns (bool)
moduleStates(address) view returns (uint8)
modules(uint256) view returns (address)
State-modifying
Events addComponent(address _component)
addExternalPositionModule(address _component, address _positionModule)
addModule(address _module)
approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
editDefaultPositionUnit(address _component, int256 _realUnit)
editExternalPositionData(address _component, address _positionModule, bytes _data)
editExternalPositionUnit(address _component, address _positionModule, int256 _realUnit)
editPositionMultiplier(int256 _newMultiplier)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeModule()
invoke(address _target, uint256 _value, bytes _data) returns (bytes _returnValue)
lock()
mint(address _account, uint256 _quantity)
removeComponent(address _component)
removeExternalPositionModule(address _component, address _positionModule)
removeModule(address _module)
removePendingModule(address _module)
setManager(address _manager)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
ComponentAdded(address indexed _component)
ComponentRemoved(address indexed _component)
DefaultPositionUnitEdited(address indexed _component, int256 _realUnit)
ExternalPositionDataEdited(address indexed _component, address indexed _positionModule, bytes _data)
ExternalPositionUnitEdited(address indexed _component, address indexed _positionModule, int256 _realUnit)
Invoked(address indexed _target, uint256 indexed _value, bytes _data, bytes _returnValue)
ManagerEdited(address _newManager, address _oldManager)
ModuleAdded(address indexed _module)
ModuleInitialized(address indexed _module)
ModuleRemoved(address indexed _module)
PendingModuleRemoved(address indexed _module)
PositionModuleAdded(address indexed _component, address indexed _positionModule)
PositionModuleRemoved(address indexed _component, address indexed _positionModule)
PositionMultiplierEdited(int256 _newMultiplier)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _components, int256[] _units, address[] _modules, address _controller, address _manager, string _name, string _symbol)
receive()
This contract contains no error objects.