aMATICb_R6
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "aMATICb_R6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "aMATICb_R6"
ABI
ABI objects
Getter at block 21291871 totalSupply() view returns (uint256)
certToken() view returns (address)
0x0000000000000000000000000000000000000000
collectableFee() view returns (uint256)
0
decimals() view returns (uint8)
18
isRebasing() pure returns (bool)
true
lockedSupply() view returns (int256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
ratio() view returns (uint256)
0
swapFeeOperator() view returns (address)
0x0000000000000000000000000000000000000000
swapFeeRatio() view returns (uint256)
0
symbol() view returns (string)
totalSharesSupply() view returns (uint256)
0
totalSharesSupplyWithBurns() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceToShares(uint256 amount) view returns (uint256)
getSwapFeeInBonds(uint256 bonds) view returns (uint256)
getSwapFeeInShares(uint256 shares) view returns (uint256)
pendingBurn(address account) view returns (uint256)
sharesOf(address account) view returns (uint256)
sharesToBalance(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
burnBonds(address account, uint256 amount)
changeCertToken(address newCertToken)
changeCrossChainBridge(address crossChainBridge)
changeOperator(address operator)
changePolygonPool(address polygonPool)
changeSwapFeeOperator(address newSwapFeeOperator)
commitBurn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address operator)
lockShares(uint256 shares)
lockSharesFor(address account, uint256 shares)
migrateBurnDelayed(address claimer, uint256 amount)
mint(address account, uint256 shares)
mintBonds(address account, uint256 amount)
renounceOwnership()
repairCollectableFee(uint256 newFee)
repairRatio(uint256 newRatio)
setNameAndSymbol(string new_name, string new_symbol)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockShares(uint256 shares)
unlockSharesFor(address account, uint256 bonds)
updateRatio(uint256 newRatio)
updateRatioAndFee(uint256 newRatio, uint256 newFee)
updateSwapFeeRatio(uint256 newRatio)
Approval(address indexed owner, address indexed spender, uint256 value)
CertTokenChanged(address oldCertToken, address newCertToken)
LastConfirmedRatioUpdate(uint256 newRatio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RatioUpdate(uint256 newRatio)
SwapFeeOperatorChanged(address oldSwapFeeOperator, address newSwapFeeOperator)
SwapFeeRatioUpdate(uint256 newSwapFeeRatio)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.