BulkCheckout
Verified contract
Active on
Ethereum with 117,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($289.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 286 | $0.999478 |
$285.85 | |
DAI | ERC-20 | 2 | $0.999466 |
$2 | |
WETH | ERC-20 | 0.0005 | $3,310.56 |
$1.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404992 | 4 months ago | | | 0.01575 | 0.000064957224 | |
| 20251267 | 5 months ago | | | 0.0006825 | 0.000069579960 | |
| 20145356 | 5 months ago | | | 0 | 0.00016319200 | |
| 20100894 | 5 months ago | | | 0.0063 | 0.00041841090 | |
| 19850183 | 6 months ago | | | 0.0007764372 | 0.00016013980 | |
| 19850091 | 6 months ago | | | 0.00078015 | 0.00016446414 | |
| 19850091 | 6 months ago | | | 0.0007875 | 0.00016470299 | |
| 19850026 | 6 months ago | | | 0.000798 | 0.00016588436 | |
| 19850026 | 6 months ago | | | 0.00080535 | 0.00016795393 | |
| 19850026 | 6 months ago | | | 0.00079542057 | 0.00016850408 |
ABI
ABI objects
Getter at block 21244776
owner() view returns (address)
0x00de4b13153673bcae2616b67bf822500d325fc3
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events donate(struct BulkCheckoutDonation[] _donations) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdrawEther(address _dest)
withdrawToken(address _tokenAddress, address _dest)
DonationSent(address indexed token, uint256 indexed amount, address dest, address indexed donor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenWithdrawn(address indexed token, uint256 indexed amount, address indexed dest)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.