JBETHPaymentTerminal3_1_2
Verified contract
Active on
Ethereum with 3,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($396,596.23)
Native
Value
$396,596.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 123.404908 | $3,213.78 |
$396,596.23 | |
GSTOP | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158526 | an hour ago | | | 0.2502 | 0.0041546098 | |
| 21150529 | a day ago | | | 0.0322 | 0.0017785496 | |
| 21147719 | 2 days ago | | | 1 | 0.00096119780 | |
| 21141743 | 2 days ago | | | 1.2 | 0.0030884221 | |
| 21141099 | 2 days ago | | | 0 | 0.0016287985 | |
| 21141094 | 2 days ago | | | 0 | 0.0017676432 | |
| 21141092 | 2 days ago | | | 0 | 0.0016292541 | |
| 21141089 | 2 days ago | | | 0 | 0.0016237798 | |
| 21141085 | 2 days ago | | | 0 | 0.0016958571 | |
| 21141082 | 2 days ago | | | 0 | 0.0017039047 |
ABI
ABI objects
Getter at block 21158778
baseWeightCurrency() view returns (uint256)
1
currency() view returns (uint256)
1
decimals() view returns (uint256)
18
directory() view returns (address)
0x65572fb928b46f9adb7cfe5a4c41226f636161ea
fee() view returns (uint256)
25000000
feeGauge() view returns (address)
0x0000000000000000000000000000000000000000
operatorStore() view returns (address)
0x6f3c5afca0c9edf3926ef2ddf17c8ae6391afefb
owner() view returns (address)
0xaf28bcb48c40dbc86f52d459a6562f658fc94b1e
payoutSplitsGroup() view returns (uint256)
1
prices() view returns (address)
0x63cf55ab55abcad4e84335b80bbe3d2defa09410
projects() view returns (address)
0xd8b4359143eda5b2d763e127ed27c77addbc47d3
splitsStore() view returns (address)
0x0d25194abe95185db8e4b0294f5669e21c534785
store() view returns (address)
0x82129d4109625f94582bddf6101a8cd1a27919f5
token() view returns (address)
0x000000000000000000000000000000000000eeee
Read-only
acceptsToken(address _token, uint256 _projectId) view returns (bool)
currencyForToken(address _token) view returns (uint256)
currentEthOverflowOf(uint256 _projectId) view returns (uint256)
decimalsForToken(address _token) view returns (uint256)
heldFeesOf(uint256 _projectId) view returns (struct JBFee[])
isFeelessAddress(address) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events addToBalanceOf(uint256 _projectId, uint256 _amount, address _token, bool _shouldRefundHeldFees, string _memo, bytes _metadata) payable
addToBalanceOf(uint256 _projectId, uint256 _amount, address _token, string _memo, bytes _metadata) payable
distributePayoutsOf(uint256 _projectId, uint256 _amount, uint256 _currency, address _token, uint256 _minReturnedTokens, bytes _metadata) returns (uint256 netLeftoverDistributionAmount)
migrate(uint256 _projectId, address _to) returns (uint256 balance)
pay(uint256 _projectId, uint256 _amount, address _token, address _beneficiary, uint256 _minReturnedTokens, bool _preferClaimedTokens, string _memo, bytes _metadata) payable returns (uint256)
processFees(uint256 _projectId)
redeemTokensOf(address _holder, uint256 _projectId, uint256 _tokenCount, address _token, uint256 _minReturnedTokens, address _beneficiary, string _memo, bytes _metadata) returns (uint256 reclaimAmount)
renounceOwnership()
setFee(uint256 _fee)
setFeeGauge(address _feeGauge)
setFeelessAddress(address _address, bool _flag)
transferOwnership(address newOwner)
useAllowanceOf(uint256 _projectId, uint256 _amount, uint256 _currency, address _token, uint256 _minReturnedTokens, address _beneficiary, string _memo, bytes _metadata) returns (uint256 netDistributedAmount)
AddToBalance(uint256 indexed projectId, uint256 amount, uint256 refundedFees, string memo, bytes metadata, address caller)
DelegateDidPay(address indexed delegate, struct JBDidPayData data, uint256 delegatedAmount, address caller)
DelegateDidPay(address indexed delegate, struct JBDidPayData3_1_1 data, uint256 delegatedAmount, address caller)
DelegateDidRedeem(address indexed delegate, struct JBDidRedeemData data, uint256 delegatedAmount, address caller)
DelegateDidRedeem(address indexed delegate, struct JBDidRedeemData3_1_1 data, uint256 delegatedAmount, uint256 fee, address caller)
DistributePayouts(uint256 indexed fundingCycleConfiguration, uint256 indexed fundingCycleNumber, uint256 indexed projectId, address beneficiary, uint256 amount, uint256 distributedAmount, uint256 fee, uint256 beneficiaryDistributionAmount, bytes metadata, address caller)
DistributeToPayoutSplit(uint256 indexed projectId, uint256 indexed domain, uint256 indexed group, struct JBSplit split, uint256 amount, uint256 netAmount, address caller)
FeeReverted(uint256 indexed projectId, uint256 indexed feeProjectId, uint256 amount, bytes reason, address caller)
HoldFee(uint256 indexed projectId, uint256 indexed amount, uint256 indexed fee, uint256 feeDiscount, address beneficiary, address caller)
Migrate(uint256 indexed projectId, address indexed to, uint256 amount, address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pay(uint256 indexed fundingCycleConfiguration, uint256 indexed fundingCycleNumber, uint256 indexed projectId, address payer, address beneficiary, uint256 amount, uint256 beneficiaryTokenCount, string memo, bytes metadata, address caller)
PayoutReverted(uint256 indexed projectId, struct JBSplit split, uint256 amount, bytes reason, address caller)
ProcessFee(uint256 indexed projectId, uint256 indexed amount, bool indexed wasHeld, address beneficiary, address caller)
RedeemTokens(uint256 indexed fundingCycleConfiguration, uint256 indexed fundingCycleNumber, uint256 indexed projectId, address holder, address beneficiary, uint256 tokenCount, uint256 reclaimedAmount, string memo, bytes metadata, address caller)
RefundHeldFees(uint256 indexed projectId, uint256 indexed amount, uint256 indexed refundedFees, uint256 leftoverAmount, address caller)
SetFee(uint256 fee, address caller)
SetFeeGauge(address indexed feeGauge, address caller)
SetFeelessAddress(address indexed addrs, bool indexed flag, address caller)
UseAllowance(uint256 indexed fundingCycleConfiguration, uint256 indexed fundingCycleNumber, uint256 indexed projectId, address beneficiary, uint256 amount, uint256 distributedAmount, uint256 netDistributedamount, string memo, bytes metadata, address caller)
constructor(uint256 _baseWeightCurrency, address _operatorStore, address _projects, address _directory, address _splitsStore, address _prices, address _store, address _owner)
This contract contains no fallback and receive objects.
FEE_TOO_HIGH()
INADEQUATE_DISTRIBUTION_AMOUNT()
INADEQUATE_RECLAIM_AMOUNT()
INADEQUATE_TOKEN_COUNT()
NO_MSG_VALUE_ALLOWED()
PAY_TO_ZERO_ADDRESS()
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)
PROJECT_TERMINAL_MISMATCH()
REDEEM_TO_ZERO_ADDRESS()
TERMINAL_TOKENS_INCOMPATIBLE()
UNAUTHORIZED()