LoopbackProxy
Verified contract
Proxy
Active on
Ethereum with 8,499 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x7777…116c
Balances ($8,325,333.32)
Native
Value
$26,893.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.404 | $3,200.07 |
$26,893.39 | |
TORN | ERC-20 | 3.084922M | $2.69 |
$8,298,439.93 | |
TORN | ERC-20 | 2.001M | -- | -- | |
ALA | ERC-20 | 100K | -- | -- | |
APX | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157579 | 35 minutes ago | | | 0 | 0.0021306490 | |
| 21155631 | 7 hours ago | | | 0 | 0.0013203202 | |
| 21155574 | 7 hours ago | | | 0 | 0.0016820784 | |
| 21155205 | 9 hours ago | | | 0 | 0.0015883187 | |
| 21153325 | 15 hours ago | | | 0 | 0.0014183375 | |
| 21151336 | 21 hours ago | | | 0 | 0.0010494186 | |
| 21149540 | a day ago | | | 0 | 0.00083960795 | |
| 21148991 | a day ago | | | 0 | 0.0012153680 | |
| 21148549 | a day ago | | | 0 | 0.0010096428 | |
| 21147979 | a day ago | | | 0 | 0.00074000553 |
ABI
ABI objects
Getter at block 21157753
CLOSING_PERIOD() view returns (uint256)
3600
EXECUTION_DELAY() view returns (uint256)
172800
EXECUTION_EXPIRATION() view returns (uint256)
259200
PROPOSAL_THRESHOLD() view returns (uint256)
1000000000000000000000
QUORUM_VOTES() view returns (uint256)
100000000000000000000000
Staking() view returns (address)
0x5b3f656c80e8ddb9ec01dd9018815576e9238c29
VOTE_EXTEND_TIME() view returns (uint256)
21600
VOTING_DELAY() view returns (uint256)
75
VOTING_PERIOD() view returns (uint256)
432000
gasCompensationVault() view returns (address)
0xfa4c1f3f7d5dd7c12a9adb82cd7dda542e3d59ef
proposalCount() view returns (uint256)
56
returnMultisigAddress() pure returns (address)
0xb04e030140b30c27bcdfaafffa98c57d80eda7b4
torn() view returns (address)
0x77777feddddffc19ff86db637967013e6c6a116c
userVault() view returns (address)
0x2f50508a8a3d323b91336fa3ea6ae50e55f32185
version() pure returns (string)
5.proposal-state-patch
Read-only
bulkResolve(bytes32[] domains) view returns (address[] result)
resolve(bytes32 node) view returns (address)
bulkResolve(bytes32[] domains) view returns (address[] result)
canWithdrawAfter(address) view returns (uint256)
checkIfQuorumReached(uint256 proposalId) view returns (bool)
delegatedTo(address) view returns (address)
getReceipt(uint256 proposalId, address voter) view returns (struct GovernanceReceipt)
hasAccountVoted(uint256 proposalId, address account) view returns (bool)
latestProposalIds(address) view returns (uint256)
lockedBalance(address) view returns (uint256)
proposalCodehashes(uint256) view returns (bytes32)
proposals(uint256) view returns (address proposer, address target, uint256 startTime, uint256 endTime, uint256 forVotes, uint256 againstVotes, bool executed, bool extended)
resolve(bytes32 node) view returns (address)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
castDelegatedVote(address[] from, uint256 proposalId, bool support)
castVote(uint256 proposalId, bool support)
delegate(address to)
execute(uint256 proposalId) payable
initialize(bytes32 _torn)
lock(address owner, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
lockWithApproval(uint256 amount)
propose(address target, string description) returns (uint256)
proposeByDelegate(address from, address target, string description) returns (uint256)
setClosingPeriod(uint256 closingPeriod)
setExecutionDelay(uint256 executionDelay)
setExecutionExpiration(uint256 executionExpiration)
setGasCompensations(uint256 gasCompensationsLimit)
setProposalThreshold(uint256 proposalThreshold)
setQuorumVotes(uint256 quorumVotes)
setVoteExtendTime(uint256 voteExtendTime)
setVotingDelay(uint256 votingDelay)
setVotingPeriod(uint256 votingPeriod)
undelegate()
unlock(uint256 amount)
withdrawFromHelper(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Delegated(address indexed account, address indexed to)
ProposalCreated(uint256 indexed id, address indexed proposer, address target, uint256 startTime, uint256 endTime, string description)
ProposalExecuted(uint256 indexed proposalId)
RewardUpdateFailed(address indexed account, bytes indexed errorData)
RewardUpdateSuccessful(address indexed account)
Undelegated(address indexed account, address indexed from)
Voted(uint256 indexed proposalId, address indexed voter, bool indexed support, uint256 votes)
constructor(bytes32 _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.