StandardBounties
Verified contract
Active on
Ethereum with 1,025 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,837.70)
Native
Value
$7,111.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.147571 | $3,311.34 |
$7,111.34 | |
USDC | ERC-20 | 595 | $1.00 |
$595 | |
DAI | ERC-20 | 108.1 | $0.999795 |
$108.08 | |
RFX | ERC-20 | 98.2K | $0.000237 |
$23.29 | |
KICK | ERC-20 | 906.888K | -- | -- | |
MESG | ERC-20 | 3K | -- | -- | |
TGRM | ERC-20 | 1K | -- | -- | |
KTH | ERC-20 | 777 | -- | -- | |
EST | ERC-20 | 225 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17480615 | a year ago | | | 0 | 0.0021786016 | |
| 17461368 | a year ago | | | 0 | 0.0065862073 | |
| 17461307 | a year ago | | | 0 | 0.027251967 | |
| 17461123 | a year ago | | | 0 | 0.0024590457 | |
| 17461032 | a year ago | | | 0 | 0.010832170 | |
| 17442980 | a year ago | | | 0 | 0.0045241451 | |
| 17338046 | 2 years ago | | | 0 | 0.0039664560 | |
| 17331650 | 2 years ago | | | 0 | 0.0059792353 | |
| 17325034 | 2 years ago | | | 0 | 0.016740179 | |
| 17288813 | 2 years ago | | | 0 | 0.0035754979 |
ABI
ABI objects
Getter at block 21275679
callStarted() view returns (bool)
false
metaTxRelayer() view returns (address)
0x2867e2d426c091c07d5d32fdbd58bd8b0259b092
numBounties() view returns (uint256)
133
owner() view returns (address)
0xbfdb50dc66c8df9fd9688d8fe5a0c34126427645
Read-only
bounties(uint256) view returns (uint256 deadline, address token, uint256 tokenVersion, uint256 balance, bool hasPaidOut)
getBounty(uint256 _bountyId) view returns (struct StandardBountiesBounty)
tokenBalances(uint256, uint256) view returns (bool)
State-modifying
Events acceptFulfillment(address _sender, uint256 _bountyId, uint256 _fulfillmentId, uint256 _approverId, uint256[] _tokenAmounts)
addApprovers(address _sender, uint256 _bountyId, uint256 _issuerId, address[] _approvers)
addIssuers(address _sender, uint256 _bountyId, uint256 _issuerId, address[] _issuers)
changeApprover(address _sender, uint256 _bountyId, uint256 _issuerId, uint256 _approverId, address _approver)
changeBounty(address _sender, uint256 _bountyId, uint256 _issuerId, address[] _issuers, address[] _approvers, string _data, uint256 _deadline)
changeData(address _sender, uint256 _bountyId, uint256 _issuerId, string _data)
changeDeadline(address _sender, uint256 _bountyId, uint256 _issuerId, uint256 _deadline)
changeIssuer(address _sender, uint256 _bountyId, uint256 _issuerId, uint256 _issuerIdToChange, address _newIssuer)
changeIssuerAndApprover(address _sender, uint256 _bountyId, uint256 _issuerId, uint256 _issuerIdToChange, uint256 _approverIdToChange, address _issuer)
contribute(address _sender, uint256 _bountyId, uint256 _amount) payable
drainBounty(address _sender, uint256 _bountyId, uint256 _issuerId, uint256[] _amounts)
fulfillAndAccept(address _sender, uint256 _bountyId, address[] _fulfillers, string _data, uint256 _approverId, uint256[] _tokenAmounts)
fulfillBounty(address _sender, uint256 _bountyId, address[] _fulfillers, string _data)
issueAndContribute(address _sender, address[] _issuers, address[] _approvers, string _data, uint256 _deadline, address _token, uint256 _tokenVersion, uint256 _depositAmount) payable returns (uint256)
issueBounty(address _sender, address[] _issuers, address[] _approvers, string _data, uint256 _deadline, address _token, uint256 _tokenVersion) returns (uint256)
performAction(address _sender, uint256 _bountyId, string _data)
refundContribution(address _sender, uint256 _bountyId, uint256 _contributionId)
refundContributions(address _sender, uint256 _bountyId, uint256 _issuerId, uint256[] _contributionIds)
refundMyContributions(address _sender, uint256 _bountyId, uint256[] _contributionIds)
setMetaTxRelayer(address _relayer)
updateFulfillment(address _sender, uint256 _bountyId, uint256 _fulfillmentId, address[] _fulfillers, string _data)
ActionPerformed(uint256 _bountyId, address _fulfiller, string _data)
BountyApproversUpdated(uint256 _bountyId, address _changer, address[] _approvers)
BountyChanged(uint256 _bountyId, address _changer, address[] _issuers, address[] _approvers, string _data, uint256 _deadline)
BountyDataChanged(uint256 _bountyId, address _changer, string _data)
BountyDeadlineChanged(uint256 _bountyId, address _changer, uint256 _deadline)
BountyDrained(uint256 _bountyId, address _issuer, uint256[] _amounts)
BountyFulfilled(uint256 _bountyId, uint256 _fulfillmentId, address[] _fulfillers, string _data, address _submitter)
BountyIssued(uint256 _bountyId, address _creator, address[] _issuers, address[] _approvers, string _data, uint256 _deadline, address _token, uint256 _tokenVersion)
BountyIssuersUpdated(uint256 _bountyId, address _changer, address[] _issuers)
ContributionAdded(uint256 _bountyId, uint256 _contributionId, address _contributor, uint256 _amount)
ContributionRefunded(uint256 _bountyId, uint256 _contributionId)
ContributionsRefunded(uint256 _bountyId, address _issuer, uint256[] _contributionIds)
FulfillmentAccepted(uint256 _bountyId, uint256 _fulfillmentId, address _approver, uint256[] _tokenAmounts)
FulfillmentUpdated(uint256 _bountyId, uint256 _fulfillmentId, address[] _fulfillers, string _data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.