Proxy
Verified contract
Proxy
Active on
Ethereum with 4,450 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6912626 | 6 years ago | | | 0 | 0.00031256000 | |
| 6912623 | 6 years ago | | | 0 | 0.00031320000 | |
| 6912621 | 6 years ago | | | 0 | 0.00037584000 | |
| 6912619 | 6 years ago | | | 0 | 0.00028814400 | |
| 6818277 | 6 years ago | | | 0 | 0.00061070400 | |
| 6818242 | 6 years ago | | | 0 | 0.0015267600 | |
| 6817706 | 6 years ago | | | 0 | 0.0027481680 | |
| 6817653 | 6 years ago | | | 0 | 0.0018321120 | |
| 6817542 | 6 years ago | | | 0 | 0.0030535200 | |
| 6817528 | 6 years ago | | | 0 | 0.0030535200 |
ABI
ABI objects
Getter at block 21171726
owner() view returns (address)
0xb6c2e8fb7f96d2023bfaccd4d4c9963ac1057917
target() view returns (address)
0x69f6baff4dfb233d56d81c766babe745833f5bfd
claimsCreated() view returns (uint256)
525
owner() view returns (address)
0xb6c2e8fb7f96d2023bfaccd4d4c9963ac1057917
paused() view returns (bool)
false
target() view returns (address)
0x69f6baff4dfb233d56d81c766babe745833f5bfd
Read-only
initialized(address) view returns (bool)
claims(uint256) view returns (address claimantAddress, uint256 votingDeadline)
getVote(uint256 _claimId, address _voter) view returns (uint256, bytes32, string, bool, bytes32)
getVoter(uint256 _claimId, uint256 _index) view returns (address)
getVoterCount(uint256 _claimId) view returns (uint256)
initialized(address) view returns (bool)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address _target)
upgradeTo(address _target, bytes _data)
castVote(uint256 _claimId, uint256 _pType, bytes32 _hash, string _url, bytes32 _tokenHash)
createClaim(address[] _voters, uint256 _votingDeadline, address _claimantAddress)
initialize()
pause() returns (bool)
register(uint256 _claimId, uint256 _pType, bytes32 _hash, string _url, bytes32 _tokenHash)
transferOwnership(address newOwner)
unpause() returns (bool)
upgradeTo(address)
EventInitialized(address indexed target)
EventUpgrade(address indexed newTarget, address indexed oldTarget, address indexed admin)
ClaimCreated(uint256 indexed claimId)
EventInitialized(address indexed target)
EventUpgrade(address indexed newTarget, address indexed oldTarget, address indexed admin)
Pause()
Unpause()
constructor(address _target)
fallback()
This contract contains no error objects.