Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2705…a75a
Balances ($2,593.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AST | ERC-20 | 20.998545K | $0.12351 |
$2,593.53 | |
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15261229 | 2 years ago | | | 0 | 0.00025258279 | |
| 15261228 | 2 years ago | | | 0 | 0.00025535000 | |
| 15261187 | 2 years ago | | | 0 | 0.00019516681 | |
| 15261182 | 2 years ago | | | 0 | 0.00019307631 | |
| 15261178 | 2 years ago | | | 0 | 0.00019452498 | |
| 13317176 | 3 years ago | | | 0 | 0.086911956 | |
| 13225838 | 3 years ago | | | 0 | 0.085912968 | |
| 12847403 | 3 years ago | | | 0 | 0.0037032240 | |
| 12847401 | 3 years ago | | | 0 | 0.0037032240 | |
| 12847399 | 3 years ago | | | 0 | 0.0037032240 |
ABI
ABI objects
Getter at block 21424058
isOwner() view returns (bool)
false
owner() view returns (address)
0x7eeab4f134fcfa6fcaf3987d391f1d626f75f6e1
stakingToken() view returns (address)
0x27054b13b1b798b345b591a4d22e6562d47ea75a
Read-only
getLocators(address signerToken, address senderToken, bytes2 protocol, address cursor, uint256 limit) view returns (bytes32[] locators, uint256[] scores, address nextCursor)
getStakedAmount(address user, address signerToken, address senderToken, bytes2 protocol) view returns (uint256 stakedAmount)
indexes(address, address, bytes2) view returns (address)
locatorWhitelists(bytes2) view returns (address)
tokenBlacklist(address) view returns (bool)
State-modifying
Events addTokenToBlacklist(address token)
createIndex(address signerToken, address senderToken, bytes2 protocol) returns (address)
removeTokenFromBlacklist(address token)
renounceOwnership()
setIntent(address signerToken, address senderToken, bytes2 protocol, uint256 stakingAmount, bytes32 locator)
setLocatorWhitelist(bytes2 protocol, address newLocatorWhitelist)
transferOwnership(address newOwner)
unsetIntent(address signerToken, address senderToken, bytes2 protocol)
AddTokenToBlacklist(address token)
CreateIndex(address indexed signerToken, address indexed senderToken, bytes2 protocol, address indexAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveTokenFromBlacklist(address token)
Stake(address indexed staker, address indexed signerToken, address indexed senderToken, bytes2 protocol, uint256 stakeAmount)
Unstake(address indexed staker, address indexed signerToken, address indexed senderToken, bytes2 protocol, uint256 stakeAmount)
constructor(address indexerStakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.