IntelliLinkerV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "IntelliLinkerV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IntelliLinkerV3"
ABI
ABI objects
Getter at block 20887699
FEATURE_ALLOW_ANY_NFT_CONTRACT_FOR_LINKING() view returns (uint32)
4
FEATURE_ALLOW_ANY_NFT_CONTRACT_FOR_UNLINKING() view returns (uint32)
64
FEATURE_DEPOSITS() view returns (uint32)
8
FEATURE_LINKING() view returns (uint32)
1
FEATURE_UNLINKING() view returns (uint32)
2
FEATURE_WITHDRAWALS() view returns (uint32)
16
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_LINK_PRICE_MANAGER() view returns (uint32)
65536
ROLE_NEXT_ID_MANAGER() view returns (uint32)
131072
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
ROLE_WHITELIST_MANAGER() view returns (uint32)
262144
aliContract() view returns (address)
0x0000000000000000000000000000000000000000
features() view returns (uint256)
0
feeDestination() view returns (address)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
iNftContract() view returns (address)
0x0000000000000000000000000000000000000000
linkFee() view returns (uint96)
0
linkPrice() view returns (uint96)
0
nextId() view returns (uint256)
0
personalityContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
isAllowedForLinking(address targetContract) view returns (bool)
isAllowedForUnlinking(address targetContract) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
isWhitelisted(address targetContract) view returns (bool allowedForLinking, bool allowedForUnlinking, bool forbiddenForLinking, bool forbiddenForUnlinking)
userRoles(address) view returns (uint256)
whitelistedTargetContracts(address) view returns (uint8)
State-modifying
Events deposit(uint256 iNftId, uint96 aliValue)
link(uint96 personalityId, address targetContract, uint256 targetId)
unlink(uint256 iNftId)
unlinkNFT(address nftContract, uint256 nftId)
updateFeatures(uint256 _mask)
updateLinkPrice(uint96 _linkPrice, uint96 _linkFee, address _feeDestination)
updateNextId(uint256 _nextId)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
whitelistTargetContract(address targetContract, bool allowedForLinking, bool allowedForUnlinking, bool forbiddenForLinking, bool forbiddenForUnlinking)
withdraw(uint256 iNftId, uint96 aliValue)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
LinkPriceChanged(address indexed _by, uint96 _linkPrice, uint96 _linkFee, address indexed _feeDestination)
LinkUpdated(address indexed _by, uint256 indexed _iNftId, int128 _aliDelta, uint96 _feeValue)
Linked(address indexed _by, uint256 _iNftId, uint96 _linkPrice, uint96 _linkFee, address indexed _personalityContract, uint96 indexed _personalityId, address _targetContract, uint256 _targetId)
NextIdChanged(address indexed _by, uint256 _oldVal, uint256 _newVal)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
TargetContractWhitelisted(address indexed _by, address indexed _targetContract, uint8 _oldVal, uint8 _newVal)
Unlinked(address indexed _by, uint256 indexed _iNftId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.