GdnPaymentReceiver
Verified contract
Active on
Ethereum with 2,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($116,603.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 116.67761K | $0.999366 |
$116,603.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222942 | 7 days ago | | | 0 | 0.0011290727 | |
| 21217953 | 8 days ago | | | 0 | 0.00071612214 | |
| 21171106 | 14 days ago | | | 0 | 0.0035753582 | |
| 21171061 | 14 days ago | | | 0 | 0.0022875739 | |
| 21171027 | 14 days ago | | | 0 | 0.0024068581 | |
| 21170892 | 14 days ago | | | 0 | 0.0041179855 | |
| 21170743 | 15 days ago | | | 0 | 0.0019971048 | |
| 21170623 | 15 days ago | | | 0 | 0.0027728978 | |
| 21170549 | 15 days ago | | | 0 | 0.0020407879 | |
| 21170509 | 15 days ago | | | 0 | 0.0018254772 |
ABI
ABI objects
Getter at block 21274755
beneficiary() view returns (address)
0x087affb2ba6b93d4cb77608b7de0380cbd972455
getContractBalance() view returns (uint256)
116677610000
owner() view returns (address)
0x859b5d2860f59ae457f3d6dfd9bdd9ec59f09115
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
This contract contains no read-only function objects.
State-modifying
Events pay(uint256 amount, string orderId)
renounceOwnership()
setBeneficiary(address newBeneficiary)
transferOwnership(address newOwner)
withdrawUSDT(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReceived(address indexed payer, uint256 amount, string orderId)
Withdrawn(address indexed beneficiary, uint256 amount)
constructor(address usdtTokenAddress, address initialOwner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)