XBounties
Verified contract
Active on
Ethereum with 708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x87d7…f776
0x40d7…c7b2
Balances ($10,046.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFTX | ERC-20 | 390.0039 | $25.76 |
$10,046.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11591557 | 4 years ago | | | 0.25 | 0.043813952 | |
| 11588806 | 4 years ago | | | 0 | 0.0046212210 | |
| 11588798 | 4 years ago | | | 0 | 0.0045745420 | |
| 11577603 | 4 years ago | | | 145.12433 | 0.044577960 | |
| 11577580 | 4 years ago | | | 0.48 | 0.024931400 | |
| 11577517 | 4 years ago | | | 0.5 | 0.019178000 | |
| 11577497 | 4 years ago | | | 0 | 0.028355524 | |
| 11577353 | 4 years ago | | | 40 | 0.047015599 | |
| 11577121 | 4 years ago | | | 1 | 0.033369720 | |
| 11577056 | 4 years ago | | | 120 | 0.047562928 |
ABI
ABI objects
Getter at block 21163887
BASE() view returns (uint256)
1000000000000000000
daoMultiSig() view returns (address)
0x40d73df4f99bae688ce3c23a01022224fe16c7b2
getBountiesLength() view returns (uint256)
19
getMaxPayout() view returns (uint256)
50000000000000000000000
interval() view returns (uint256)
900
nftxToken() view returns (address)
0x87d73e916d7057945c9bcd8cdd94e42a6f47f776
owner() view returns (address)
0x673a039f6a959fa9db65d16781e6defde30375d9
start() view returns (uint256)
1609272000
tokenManager() view returns (address)
0x5566b3e5fc300a1b28c214b49a5950c34d00eb33
tokenManagerAddr() view returns (address)
0x5566b3e5fc300a1b28c214b49a5950c34d00eb33
vestedUntil() view returns (uint64)
1609876800
Read-only
getBountyInfo(uint256 bountyId) view returns (address, uint256, uint256, uint256)
getIsEth(uint256 bountyId) view returns (bool)
getNftxPrice(uint256 bountyId) view returns (uint256)
getPaidOut(uint256 bountyId) view returns (uint256)
getPayoutCap(uint256 bountyId) view returns (uint256)
getTokenContract(uint256 bountyId) view returns (address)
State-modifying
Events closeBounty(uint256 bountyId)
createBounty(address token, uint256 nftxPrice, uint256 payoutCap)
createEthBounty(uint256 nftxPricePerEth, uint256 amountOfEth)
fillBounty(uint256 bountyId, uint256 amountBeingSent) payable
renounceOwnership()
setInterval(uint256 newInterval)
setNftxPrice(uint256 bountyId, uint256 newPrice)
setPayoutCap(uint256 bountyId, uint256 newCap)
setStart(uint256 newStart)
setVestedUntil(uint64 newTime)
transferOwnership(address newOwner)
withdrawErc20(address tokenContract, uint256 amount)
withdrawErc721(address nftContract, uint256 tokenId)
withdrawEth(uint256 amount)
BountyClosed(uint256 bountyId)
BountyFilled(uint256 bountyId, uint256 nftxAmount, uint256 assetAmount, address sender, uint64 start, uint64 cliff, uint64 vested)
Erc20Withdrawn(address tokenContract, uint256 amount)
Erc721Withdrawn(address nftContract, uint256 tokenId)
EthWithdrawn(uint256 amount)
NewBountyAdded(uint256 bountyId)
NftxPriceSet(uint256 bountyId, uint256 newNftxPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayoutCapSet(uint256 bountyId, uint256 newCap)
constructor(address _tokenManager, address _daoMultiSig, address _nftxToken, address _xStore)
This contract contains no fallback and receive objects.
This contract contains no error objects.