NFT INDEX
Verified contract
Active on
Ethereum with 4,514 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103,997.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 100.333346K | $0.429713 |
$43,114.54 | |
MANA | ERC-20 | 39.054764K | $0.377132 |
$14,728.8 | |
SAND | ERC-20 | 31.423373K | $0.309693 |
$9,731.6 | |
AXS | ERC-20 | 1.455036K | $5.72 |
$8,322.81 | |
YGG | ERC-20 | 13.510019K | $0.541995 |
$7,322.36 | |
APE | ERC-20 | 6.07108K | $1.18 |
$7,163.87 | |
WAXE | ERC-20 | 160.407406 | $37.76 |
$6,056.98 | |
ENJ | ERC-20 | 26.485415K | $0.172917 |
$4,579.78 | |
ILV | ERC-20 | 38.630087 | $43.94 |
$1,697.41 | |
LOOKS | ERC-20 | 28.42304K | $0.044982 |
$1,278.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147586 | 3 days ago | | | 0 | 0.00029923950 | |
| 21116202 | 8 days ago | | | 0 | 0.00013849608 | |
| 21105868 | 9 days ago | | | 0 | 0.000092788400 | |
| 21071267 | 14 days ago | | | 0 | 0.00043917096 | |
| 21052354 | 17 days ago | | | 0 | 0.00011364433 | |
| 20948353 | a month ago | | | 0 | 0.00043907781 | |
| 20821211 | 2 months ago | | | 0 | 0.0011378069 | |
| 20726358 | 2 months ago | | | 0 | 0.000077807056 | |
| 20573721 | 3 months ago | | | 0 | 0.000019693941 | |
| 20519474 | 3 months ago | | | 0 | 0.000042237970 |
ABI
ABI objects
Getter at block 21170858 getPositions() view returns (struct ISetTokenPosition[])
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]
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 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.