Thorstarter Voting Token
Verified contract
Active on
Ethereum with 1,875 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95cf…f3b5
-
variable spans 1 additional slot
Balances ($20,732.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRUNE | ERC-20 | 1.511467M | $0.013717 |
$20,732.89 | |
SLP | ERC-20 | 1.665895K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20800931 | 2 months ago | | | 0 | 0.0032311290 | |
| 20747407 | 2 months ago | | | 0 | 0.00026352521 | |
| 20507747 | 3 months ago | | | 0 | 0.0010943345 | |
| 20016269 | 5 months ago | | | 0 | 0.0011586086 | |
| 19897568 | 6 months ago | | | 0 | 0.0011192794 | |
| 19869561 | 6 months ago | | | 0 | 0.0016482761 | |
| 19508860 | 8 months ago | | | 0 | 0.0028370400 | |
| 19471173 | 8 months ago | | | 0 | 0.0011686692 | |
| 19471169 | 8 months ago | | | 0 | 0.0036180474 | |
| 19471115 | 8 months ago | | | 0 | 0.0012088728 |
ABI
ABI objects
Getter at block 21158646
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE() view returns (bytes32)
0x71a9859d7dd21b24504a6f306077ffc2d510b4d4b61128e931fe937441ad1836
SNAPSHOTTER_ROLE() view returns (bytes32)
0x448f811bab0a96b12a5a67c73e96871dba861330a24a3040e1baeb42bb606d31
currentSnapshotId() view returns (uint256)
8
decimals() view returns (uint8)
18
lastFeeGrowth() view returns (uint256)
2446081878
name() view returns (string)
Thorstarter Voting Token
sushiLpToken() view returns (address)
0x95cfa1f48fad82232772d3b1415ad4393517f3b5
symbol() view returns (string)
vXRUNE
token() view returns (address)
0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c
totalSupply() view returns (uint256)
16680245337557653464536603
Read-only
balanceOf(address user) view returns (uint256)
balanceOfAt(address user, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
historicalTcLps(address) view returns (bool)
historicalTcLpsList(uint256 page, uint256 pageSize) view returns (address[])
lastLockBlock(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
userInfo(address user) view returns (uint256, uint256, uint256, uint256, uint256, uint256, address)
votes(address user) view returns (uint256)
votesAt(address user, uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delegate(address delegatee)
donate(uint256 amount)
grantRole(bytes32 role, address account)
lock(uint256 amount)
lockSslp(uint256 lpAmount)
onTokenTransfer(address user, uint256 amount, bytes _data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot() returns (uint256)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unlock(uint256 amount)
unlockSslp(uint256 lpAmount)
updateTclp(address[] users, uint256[] amounts, uint256[] values)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _token, address _sushiLpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.