0x663cd75e882ef3279939282258b4606e8a10747b
Verified contract
Proxy
Active on
Base with 710 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x663cd75e882ef3279939282258b4606e8a10747b"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23634792 | 4 hours ago | | | 0.00025471189 | 8.6656640e-7 | |
| 23586671 | a day ago | | | 0.0002593888 | 0.0000011448846 | |
| 23584244 | a day ago | | | 0.00025876989 | 0.0000014478812 | |
| 23543655 | 2 days ago | | | 0.0013693606 | 0.0000016110054 | |
| 23542357 | 2 days ago | | | 0.00027414755 | 0.0000013734978 | |
| 23502569 | 3 days ago | | | 0.00026589149 | 0.0000025021654 | |
| 23501205 | 3 days ago | | | 0.00026317565 | 0.0000024076498 | |
| 23465807 | 4 days ago | | | 0.00025265915 | 0.0000013147923 | |
| 23457144 | 4 days ago | | | 0.00024917028 | 0.0000012410809 | |
| 23421448 | 5 days ago | | | 0.00024940966 | 0.0000016326930 |
ABI
ABI objects
Getter at block 23641989
owner() view returns (address)
0x97cc1645de7d33d53994243c13a586d15719951a
treasury() view returns (address)
0x97cc1645de7d33d53994243c13a586d15719951a
Read-only
discounts(address, uint256) view returns (uint256)
getAmount(address token, uint256 unitPriceInUsd) view returns (uint256)
getTokenAmountPerItem(address token, uint256 itemId) view returns (uint256)
getUsdPrice(address token) view returns (uint256)
items(uint256) view returns (uint256 price, bool isRegistered, bool isUnlimited, uint256 dailyLimit)
priceFeeds(address) view returns (address)
userDailyPayCount(address, uint256) view returns (uint256)
userPayTime(address, uint256) view returns (uint256)
State-modifying
Events addItem(uint256 itemId, uint256 price, bool isUnlimited, uint256 dailyLimit)
addItems(uint256[] itemIds, uint256[] prices, bool[] isUnlimited, uint256[] dailyLimits)
initialize(address initialOwner, address _treasury, address[] tokens, address[] oracles)
pay(uint256 itemId, address token, uint256 maxAmount, string payload) payable
renounceOwnership()
transferOwnership(address newOwner)
updateDiscount(address token, uint256 itemId, uint256 discount)
updateDiscounts(address[] tokens, uint256[] itemIds, uint256[] discounts)
updateItem(uint256 itemId, uint256 price, bool isUnlimited, uint256 dailyLimit)
updateItems(uint256[] itemIds, uint256[] prices, bool[] isUnlimited, uint256[] dailyLimits)
updateOracle(address token, address oracle)
AddItem(uint256 itemId, uint256 price, bool isUnlimited, uint256 dailyLimit)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pay(address userAddress, uint256 itemId, uint256 price, uint256 refund, string payload, address token, uint256 amount)
UpdateDiscount(address token, uint256 itemId, uint256 discount)
UpdateItem(uint256 itemId, uint256 price, bool isUnlimited, uint256 dailyLimit)
UpdateOracle(address token, address oracle)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)