ScifiToken

Verified contract

Active on Ethereum with 1,914 txns
Deployed by via 0x7e2138c9 at 11485229
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $25,432.16
ERC-20
Value $3,082.61
ERC-20
Value $3,020.1
ERC-20
Value $2,979.59
ERC-20
Value $2,602.37
ERC-20
Value $2,224.77
ERC-20
Value $2,019.58
ERC-20
Value $1,129.32
ERC-20
Value $740.25
ERC-20
Value $2.88
0x688de9c2cffff3bda739842be64c2ee72220b23276c64c4f50868d00d169271b
0xdf758839eb04fde293cc0a9ccf2d71ddad7a603202cc8c61970a3890c105af16
0x156f76bc65694f05b1d433b019a062258fa50195101934ceade9d5579eadf71d
0xc0ecc1483f1a7ab8ed57155e4e1bce2d310a8ef329dc24d156f1dbea7218880b
0xe7267eca09cb90935ace88e007de35c2eab7cb24fd43091df9ee9234262efb4c
0x75d4a3b1fc293eb08cb70c4d73d7dfbf580605d922091f95c58385f5a6ef9d77
0x537ced27efca9e91d379683f03040b80e8285d1c2ed76d88b9d02db41d58b907
0x064faf20446a78615b34365f436b0294fefa3707fae0ff624513b0b593db40ef
0x7a1538e2411e15b44da378f68228adad4a3804785edcf6244aaeead2a5bfc81c
0x4566d276604a8ba723df15154759a8e06106a1c68cbfb1219bbc13650504d84f

Functions
Getter at block 21257480
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]
 
getPositions(view returns (struct ISetTokenPosition[])
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
components(uint256view returns (address)
getDefaultPositionRealUnit(address _componentview returns (int256)
getExternalPositionData(address _componentaddress _positionModuleview returns (bytes)
getExternalPositionModules(address _componentview returns (address[])
getExternalPositionRealUnit(address _componentaddress _positionModuleview returns (int256)
getTotalComponentRealUnits(address _componentview returns (int256)
isComponent(address _componentview returns (bool)
isExternalPositionModule(address _componentaddress _moduleview returns (bool)
isInitializedModule(address _moduleview returns (bool)
isPendingModule(address _moduleview returns (bool)
moduleStates(addressview returns (uint8)
modules(uint256view returns (address)
State-modifying
addComponent(address _component
addExternalPositionModule(address _componentaddress _positionModule
addModule(address _module
approve(address spenderuint256 amountreturns (bool)
burn(address _accountuint256 _quantity
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
editDefaultPositionUnit(address _componentint256 _realUnit
editExternalPositionData(address _componentaddress _positionModulebytes _data
editExternalPositionUnit(address _componentaddress _positionModuleint256 _realUnit
editPositionMultiplier(int256 _newMultiplier
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initializeModule(
invoke(address _targetuint256 _valuebytes _datareturns (bytes _returnValue)
lock(
mint(address _accountuint256 _quantity
removeComponent(address _component
removeExternalPositionModule(address _componentaddress _positionModule
removeModule(address _module
removePendingModule(address _module
setManager(address _manager
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unlock(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ComponentAdded(address indexed _component
ComponentRemoved(address indexed _component
DefaultPositionUnitEdited(address indexed _componentint256 _realUnit
ExternalPositionDataEdited(address indexed _componentaddress indexed _positionModulebytes _data
ExternalPositionUnitEdited(address indexed _componentaddress indexed _positionModuleint256 _realUnit
Invoked(address indexed _targetuint256 indexed _valuebytes _databytes _returnValue
ManagerEdited(address _newManageraddress _oldManager
ModuleAdded(address indexed _module
ModuleInitialized(address indexed _module
ModuleRemoved(address indexed _module
PendingModuleRemoved(address indexed _module
PositionModuleAdded(address indexed _componentaddress indexed _positionModule
PositionModuleRemoved(address indexed _componentaddress indexed _positionModule
PositionMultiplierEdited(int256 _newMultiplier
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address[] _componentsint256[] _unitsaddress[] _modulesaddress _controlleraddress _managerstring _namestring _symbol
Fallback and receive
receive(
Errors

This contract contains no error objects.