Bounty0xEscrow
Verified contract
Active on
Ethereum with 2,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,047.34)
Native
Value
$1,047.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.328488 | $3,188.38 |
$1,047.34 | |
UBX | ERC-20 | 29.4K | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11165500 | 4 years ago | | | 0 | 0.12311972 | |
| 11105684 | 4 years ago | | | 0 | 0.28832304 | |
| 11105679 | 4 years ago | | | 0 | 0.28712592 | |
| 10689865 | 4 years ago | | | 0 | 0.15176360 | |
| 10689863 | 4 years ago | | | 0 | 0.51070765 | |
| 10685008 | 4 years ago | | | 0 | 0.49714252 | |
| 10633356 | 4 years ago | | | 0 | 0.38326002 | |
| 10633356 | 4 years ago | | | 0 | 0.38909910 | |
| 10633315 | 4 years ago | | | 0 | 0.39300846 | |
| 10633275 | 4 years ago | | | 0 | 0.025428780 |
ABI
ABI objects
Getter at block 21160812
owner() view returns (address)
0xc53389583719712a326d9c33af09b37992ed002f
paused() view returns (bool)
false
Read-only
tokens(address, address) view returns (uint256)
State-modifying
Events approveToPullOutTokens(address _token, address _receiver, uint256 _amount)
depositEther() payable
depositToken(address _token, uint256 _amount)
distributeTokenToAddress(address _token, address _host, address _hunter, uint256 _amount)
distributeTokenToAddressesAndAmounts(address _token, address _host, address[] _hunters, uint256[] _amounts)
distributeTokenToAddressesAndAmountsWithoutHost(address _token, address[] _hunters, uint256[] _amounts)
distributeWithTransferFrom(address _token, address _ownerOfTokens, address[] _hunters, uint256[] _amounts)
pause()
renounceOwnership()
tokenFallback(address _from, uint256 _value, bytes _data)
transferOwnership(address _newOwner)
unpause()
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
Distribution(address indexed token, address indexed host, address indexed hunter, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.