Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf6b6…9977
0xa50b…9ca9
Balances ($571.74)
Native
Value
$560.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.138 | $4,060.54 |
$560.35 | |
MATIC | ERC-20 | 18.742653 | $0.607482 |
$11.39 | |
WBKN | ERC-20 | 19.95117 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19552907 | 9 months ago | | | 0.109 | 0.0017719440 | |
| 19552851 | 9 months ago | | | 0.029 | 0.0016158738 | |
| 14520017 | 3 years ago | | | 0.27 | 0.0045072777 | |
| 14520016 | 3 years ago | | | 0.27 | 0.0048046201 | |
| 14520012 | 3 years ago | | | 0.26 | 0.0038421130 | |
| 14501917 | 3 years ago | | | 0.1 | 0.0064141294 | |
| 14487811 | 3 years ago | | | 0 | 0.0019125948 | |
| 14487790 | 3 years ago | | | 0 | 0.0012070599 | |
| 14487735 | 3 years ago | | | 0 | 0.0024569575 | |
| 14486444 | 3 years ago | | | 0.09 | 0.0034794393 |
ABI
ABI objects
Getter at block 21417069
ONE() view returns (uint256)
1000000000000000000
ethUSDCFeed() view returns (address)
0xa50ba011c48153de246e5192c8f9258a2ba79ca9
lastRecordedPrice() view returns (uint256)
276883865136270
minimumTicket() view returns (uint256)
1250000000000000000000
offlineSpender() view returns (address)
0xd7cf5b61898e0a06b81efadc6516e666dff0957d
owner() view returns (address)
0x4413140cc8ceb93e80c0cd438ae6321d4e6ac84d
paused() view returns (bool)
false
pricePerUnitInUSD() view returns (uint256)
80000000000000000
wbkn() view returns (address)
0xf6b6235f6725f84457f5d6f0b0aa3c962a079977
Read-only
conversionRates(address) view returns (uint256)
whitelistedTokens(address) view returns (bool)
State-modifying
Events buyOffline(uint256 amountBought, address recipient)
buyWithERC20(address token, uint256 amount)
buyWithETH() payable
configERC20(address token, uint256 conversionRate)
configMinimumTicket(uint256 newValue)
configUSDPrice(uint256 newValue)
pause(bool _pause)
renounceOwnership()
transferOwnership(address newOwner)
withdrawERC20(address token, address recipient)
withdrawETH(address recipient)
BoughtOffline(address indexed recipient, uint256 indexed amount)
Deposited(address indexed payee, uint256 indexed weiAmount)
ERC20Deposited(address indexed payee, address indexed token, uint256 indexed amount)
ERC20Withdrawn(address indexed payee, address indexed token, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed payee, uint256 indexed weiAmount)
constructor(address _wbkn, address _offlineSpender, uint256 _pricePerUnitInUsd, uint256 _minimumTicket, address _priceOracleGetter, address[] _whitelistedTokens, uint256[] _conversionRates)
This contract contains no fallback and receive objects.
This contract contains no error objects.