TradingCreditPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TradingCreditPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TradingCreditPool"
ABI
ABI objects
Getter at block 22102846
deductionDecimal() view returns (uint256)
0
optionModuleContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tradingCreditDecimal() view returns (uint256)
0
Read-only
getFreeAmount(struct IOptionModuleV2ManagedOrder _optionOrder) view returns (uint256 amount)
getUserTradingCredits(address user, uint256 premiumFee) view returns (uint256 credit)
operators(address) view returns (bool)
tradingCredits(address) view returns (uint256)
State-modifying
Events addTradingCreditsToUser(address[] _user, uint256[] credits)
execute(address dest, uint256 value, bytes func) returns (bytes result)
initialize(address _optionModule, uint256 _decimal)
renounceOwnership()
setDecuctionDecimal(uint256 _decimal)
setOperator(address _op, bool allow)
setOptionModuleContractAddress(address _address)
setTradingCreditDecimal(uint256 _decimal)
setTradingCreditsToUser(address[] _user, uint256[] credits)
submitFreeAmount(struct IOptionModuleV2ManagedOrder _optionOrder, uint256 amount) returns (bool ok)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SubmitFreeAmount(address indexed user, address indexed tokenAddress, uint256 indexed amount)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.