SimpleSale
Verified contract
Active on
Ethereum with 4,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa4b3…29b5
Balances ($0.00)
No balances found for "SimpleSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14401644 | 3 years ago | | | 0 | 0.0021519893 | |
| 14397404 | 3 years ago | | | 0 | 0.0013553211 | |
| 14397126 | 3 years ago | | | 0 | 0.0012835592 | |
| 14396712 | 3 years ago | | | 0 | 0.0013183043 | |
| 14391128 | 3 years ago | | | 0 | 0.0011263699 | |
| 14390832 | 3 years ago | | | 0 | 0.0012199208 | |
| 14390675 | 3 years ago | | | 0 | 0.0010939645 | |
| 14390004 | 3 years ago | | | 0 | 0.00067758949 | |
| 14387960 | 3 years ago | | | 0 | 0.0015615253 | |
| 14387892 | 3 years ago | | | 0 | 0.0010774146 |
ABI
ABI objects
Getter at block 21101481
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
_erc20Token() view returns (address)
0x557b933a7c2c45672b610f8954a3deb39a51a8ca
_payoutWallet() view returns (address)
0xa4b399269b7d265b3e895ccffd280020854e29b5
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
isOwner() view returns (bool)
false
owner() view returns (address)
0x80b12bd0f1793bf6cea767fa83eb2068eaa17dc8
relayHubVersion() view returns (string)
1.0.0
Read-only
_prices(string) view returns (uint256 ethPrice, uint256 erc20Price)
acceptRelayedCall(address, address, bytes encodedFunction, uint256, uint256, uint256, uint256, bytes, uint256) view returns (uint256, bytes mem)
State-modifying
Events postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
purchaseFor(address destination, string purchaseId, uint256 quantity, address paymentToken) payable
renounceOwnership()
setErc20Token(address erc20Token)
setPayoutWallet(address payoutWallet)
setPrice(string purchaseId, uint256 ethPrice, uint256 erc20TokenPrice)
transferOwnership(address newOwner)
withdrawDeposits(uint256 amount, address payee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(string purchaseId, uint256 ethPrice, uint256 erc20Price)
Purchased(string purchaseId, address paymentToken, uint256 price, uint256 quantity, address destination, address operator)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
constructor(address payoutWallet, address erc20Token)
This contract contains no fallback and receive objects.
This contract contains no error objects.