AudiusAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,212 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 46 additional slots
0xd976…f64c
Balances ($27,104.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AUDIO | ERC-20 | 187.555674K | $0.144514 |
$27,104.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864544 | 2 months ago | | | 0 | 0.0064003136 | |
| 20864542 | 2 months ago | | | 0 | 0.0062191767 | |
| 20851720 | 2 months ago | | | 0 | 0.00077366047 | |
| 20851700 | 2 months ago | | | 0 | 0.00073550776 | |
| 20849508 | 2 months ago | | | 0 | 0.0012691498 | |
| 20849502 | 2 months ago | | | 0 | 0.0010476320 | |
| 20833317 | 2 months ago | | | 0 | 0.0045819075 | |
| 20833315 | 2 months ago | | | 0 | 0.0046463651 | |
| 20833236 | 2 months ago | | | 0 | 0.015500609 | |
| 20833236 | 2 months ago | | | 0 | 0.011040031 |
ABI
ABI objects
Getter at block 21243070
getAudiusProxyAdminAddress() view returns (address)
0x4deca517d6817b6510798b7328f2314d3003abac
implementation() view returns (address)
0x1c91af03a390b4c619b444425b3119e553b5b44b
getDelegateManagerAddress() view returns (address)
0x4d7968ebfd390d5e7926cb3587c39eff2f9fb225
getExecutionDelay() view returns (uint256)
6646
getGuardianAddress() view returns (address)
0x7ee3c2091471474c9c4831a550f1a79daba0ccef
getInProgressProposals() view returns (uint256[])
[]
getMaxInProgressProposals() view returns (uint16)
100
getRegistryAddress() view returns (address)
0xd976d3b4f4e22a238c1a736b6612d22f17b6f64c
getServiceProviderFactoryAddress() view returns (address)
0xd17a9bc90c582249e211a4f4b16721e7f65156c8
getStakingAddress() view returns (address)
0xe6d97b2099f142513be7a2a068be040656ae4591
getVotingPeriod() view returns (uint256)
19938
getVotingQuorumPercent() view returns (uint256)
5
inProgressProposalsAreUpToDate() view returns (bool)
true
isGovernanceAddress() pure returns (bool)
true
Read-only
getProposalById(uint256 _proposalId) view returns (uint256 proposalId, address proposer, uint256 submissionBlockNumber, bytes32 targetContractRegistryKey, address targetContractAddress, uint256 callValue, string functionSignature, bytes callData, uint8 outcome, uint256 voteMagnitudeYes, uint256 voteMagnitudeNo, uint256 numVotes)
getProposalTargetContractHash(uint256 _proposalId) view returns (bytes32)
getVoteInfoByProposalAndVoter(uint256 _proposalId, address _voter) view returns (uint8 vote, uint256 voteMagnitude)
State-modifying
Events setAudiusProxyAdminAddress(address _adminAddress)
upgradeTo(address _newImplementation)
evaluateProposalOutcome(uint256 _proposalId) returns (uint8)
guardianExecuteTransaction(bytes32 _targetContractRegistryKey, uint256 _callValue, string _functionSignature, bytes _callData)
initialize()
initialize(address _registryAddress, uint256 _votingPeriod, uint256 _executionDelay, uint256 _votingQuorumPercent, uint16 _maxInProgressProposals, address _guardianAddress)
setDelegateManagerAddress(address _delegateManagerAddress)
setExecutionDelay(uint256 _newExecutionDelay)
setMaxInProgressProposals(uint16 _newMaxInProgressProposals)
setRegistryAddress(address _registryAddress)
setServiceProviderFactoryAddress(address _serviceProviderFactoryAddress)
setStakingAddress(address _stakingAddress)
setVotingPeriod(uint256 _votingPeriod)
setVotingQuorumPercent(uint256 _votingQuorumPercent)
submitProposal(bytes32 _targetContractRegistryKey, uint256 _callValue, string _functionSignature, bytes _callData, string _name, string _description) returns (uint256)
submitVote(uint256 _proposalId, uint8 _vote)
transferGuardianship(address _newGuardianAddress)
updateVote(uint256 _proposalId, uint8 _vote)
vetoProposal(uint256 _proposalId)
Upgraded(address indexed implementation)
ExecutionDelayUpdated(uint256 indexed _newExecutionDelay)
GuardianTransactionExecuted(address indexed _targetContractAddress, uint256 _callValue, string indexed _functionSignature, bytes indexed _callData, bytes _returnData)
GuardianshipTransferred(address indexed _newGuardianAddress)
MaxInProgressProposalsUpdated(uint256 indexed _newMaxInProgressProposals)
ProposalOutcomeEvaluated(uint256 indexed _proposalId, uint8 indexed _outcome, uint256 _voteMagnitudeYes, uint256 _voteMagnitudeNo, uint256 _numVotes)
ProposalSubmitted(uint256 indexed _proposalId, address indexed _proposer, string _name, string _description)
ProposalTransactionExecuted(uint256 indexed _proposalId, bool indexed _success, bytes _returnData)
ProposalVetoed(uint256 indexed _proposalId)
ProposalVoteSubmitted(uint256 indexed _proposalId, address indexed _voter, uint8 indexed _vote, uint256 _voterStake)
ProposalVoteUpdated(uint256 indexed _proposalId, address indexed _voter, uint8 indexed _vote, uint256 _voterStake, uint8 _previousVote)
RegistryAddressUpdated(address indexed _newRegistryAddress)
VotingPeriodUpdated(uint256 indexed _newVotingPeriod)
VotingQuorumPercentUpdated(uint256 indexed _newVotingQuorumPercent)
constructor(address _logic, address _proxyAdmin, bytes _data)
fallback()
This contract contains no error objects.