wTBTPoolV2Permission
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
17 additional
variables
Balances ($0.00)
No balances found for "wTBTPoolV2Permission"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "wTBTPoolV2Permission"
ABI
ABI objects
Getter at block 21190204
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APR_COEFFICIENT() view returns (uint256)
100000000
APR_MANAGER_ROLE() view returns (bytes32)
0xf302513e734ecf62f9df416cc5db99ec7ee6f051dd8a31979e05d2a29609ff94
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_COEFFICIENT() view returns (uint256)
100000000
INITIAL_CTOKEN_TO_UNDERLYING() view returns (uint256)
0
POOL_MANAGER_ROLE() view returns (bytes32)
0x6077685936c8169d09204a1d97db12e41713588c38e1d29a61867d3dcee98aff
cTokenTotalSupply() view returns (uint256)
0
capitalLowerBound() view returns (uint256)
0
decimals() pure returns (uint8)
18
domainName() view returns (string)
domainVersion() view returns (string)
1
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
generateDomainSeparator() view returns (bytes32)
0x98150bed7d6e8d25bb2b26d47fdec50113438f5c6daadd26256c77e5ee319868
getInitalCtokenToUnderlying() view returns (uint256)
0
getPendingManagementFee() view returns (uint256)
0
getRPS() view returns (uint256)
0
getTotalUnderlying() view returns (uint256)
0
lastCheckpoint() view returns (uint256)
0
managementFeeCollector() view returns (address)
0x0000000000000000000000000000000000000000
managementFeeRate() view returns (uint256)
0
maxAPR() view returns (uint256)
0
maxMintFeeRate() view returns (uint256)
1000000
maxRedeemFeeRate() view returns (uint256)
1000000
mintFeeRate() view returns (uint256)
0
mintInterestCostFeeRate() view returns (uint256)
0
name() view returns (string)
paused() view returns (bool)
false
pricePerToken() view returns (uint256)
0
processPeriod() view returns (uint256)
0
redeemFeeRate() view returns (uint256)
0
redeemIndex() view returns (uint256)
0
redeemMPFeeRate() view returns (uint256)
0
symbol() view returns (string)
targetAPR() view returns (uint256)
0
totalPendingRedeems() view returns (uint256)
0
totalSupply() view returns (uint256)
0
totalUnclaimManagementFee() view returns (uint256)
0
totalUnderlying() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
underlyingToken() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
cTokenBalances(address) view returns (uint256)
getCTokenByUnderlying(uint256 _underlyingAmount) view returns (uint256)
getFlashRedeemAmountOut(uint256 amount, int128 j) view returns (uint256)
getPendingRedeem(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUnderlyingByCToken(uint256 _cTokenAmount) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
pendingRedeems(address) view returns (uint256)
redeemDetails(uint256) view returns (uint256 id, uint256 timestamp, address user, uint256 underlyingAmount, uint256 redeemAmountAfterFee, uint256 MPFee, uint256 protocolFee, bool isDone)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __DomainAware_init()
approve(address spender, uint256 amount) returns (bool)
claimManagementFee()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
domainSeparator() returns (bytes32)
flashRedeem(uint256 amount, int128 j, uint256 minReturn)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, address admin, address _underlyingToken, uint256 _capitalLowerBound, address _treasury, address _vault, address _feeCollector, address _managementFeeCollector)
mint(uint256 amount)
mintFor(uint256 amount, address receiver)
pause()
redeem(uint256 amount)
redeemUnderlyingTokenById(uint256 _id)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCapitalLowerBound(uint256 _capitalLowerBound)
setFeeCollector(address _feeCollector)
setManagementFeeCollector(address _managementFeeCollector)
setManagementFeeRate(uint256 _managementFeeRate)
setMintFeeRate(uint256 _mintFeeRate)
setMintInterestCostFeeRate(uint256 _mintInterestCostFeeRate)
setProcessPeriod(uint256 _processPeriod)
setRedeemFeeRate(uint256 _redeemFeeRate)
setRedeemMPFeeRate(uint256 _redeemMPFeeRate)
setTargetAPR(uint256 _targetAPR)
setTreasury(address _treasury)
setVault(address _vault)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FlashRedeem(address indexed user, int128 j, uint256 amount)
Initialized(uint8 version)
Paused(address account)
RedeemRequested(uint256 id, uint256 timestamp, address indexed user, uint256 cTokenAmount, uint256 underlyingAmount, uint256 redeemAmountAfterFee, uint256 MPFee, uint256 protocolFee)
RedeemUnderlyingToken(address indexed user, uint256 amount, uint256 fee, uint256 id)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.