NFT INDEX

Verified contract

Active on Ethereum with 4,514 txns
Deployed by via 0x8df34d3c at 11781954
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $43,114.54
ERC-20
Value $14,728.8
ERC-20
Value $9,731.6
ERC-20
Value $8,322.81
ERC-20
Value $7,322.36
ERC-20
Value $7,163.87
ERC-20
Value $6,056.98
ERC-20
Value $4,579.78
ERC-20
Value $1,697.41
ERC-20
Value $1,278.54
0xcf1fbb4f4668005f07d9da6d498c5b7d94163fdcf0eebd92eebc36611c831abe
0xfdac5e6231c5f986cb1a8f92e6dbefc2a5899de58898f451eed22b0b4f45a7fa
0x6c48259bd656178bd49afe58f57b505b6f84010d3908e3d776298b65bb0f5006
0x1b649e6f045ce10e1896e2db2193dec7b0f3019a15d156da1f562f88c39944b3
0xc0e76ed34716597048bb70292a407b15c707bce09e32904485b377227a2c2868
0x6d82b939a8fae855c884d09b57fdfc406a9e357129a64fa4cc538f90c189d9a8
0x1f433bd4f04e0778517b1da0533067ad4160cb11d8bc9cf19304356ba314305c
0x47ebebcc69cc4decfafc75d2fa149c7452037de8c9c12e699f8784dfb2ef6926
0x523cde2ac72fc9a0a9ff032dca7a9b559bc3532e232f60e8f0d7a2b61aaaa253
0x5094c7dda1167c289cbe1c2c75b5f7d0fda7140da7c0461196266d053bfb8ee6

Functions
Getter at block 21170858
controller(view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals(view returns (uint8)
18
getComponents(view returns (address[])
[0x0F5D2fB29fb7d3CFeE444a200298f468908cC942, 0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c, 0x3845badAde8e6dFF049820680d1F14bD3903a5d0, 0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0, 0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD, 0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b, 0x25f8087EAD173b73D6e8B84329989A8eEA16CF73, 0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E, 0xf4d2888d29D722226FafA5d9B24F9164c092421E, 0x4d224452801ACEd8B2F0aebE155379bb5D594381]
getModules(view returns (address[])
[0xd8EF3cACe8b4907117a45B0b125c68560532F94D, 0x08f866c74205617B6F3903EF481798EcED10cDEC, 0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129, 0xbe4aEdE1694AFF7F1827229870f6cf3d9e7a999c]
 
getPositions(view returns (struct ISetTokenPosition[])
isLocked(view returns (bool)
false
locker(view returns (address)
0x0000000000000000000000000000000000000000
manager(view returns (address)
0xbf0bcf8b8161ce030bdd66ce3f8b58699128d4db
name(view returns (string)
NFT INDEX
positionMultiplier(view returns (int256)
725568680458979368
symbol(view returns (string)
NFTI
totalSupply(view returns (uint256)
499166171835438531545
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.