xBNT
Verified contract
Proxy
Active on
Ethereum with 837 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x1f57…ff1c
0x48fb…7f94
0x52ae…add4
0x892f…00e4
0xe325…bc5b
18 additional
variables
Balances ($150,674.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 176.217084K | $0.855048 |
$150,674.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19638880 | 8 months ago | | | 0 | 0.0015925885 | |
| 19492822 | 9 months ago | | | 0 | 0.0019282808 | |
| 18731879 | a year ago | | | 0 | 0.0060124788 | |
| 18713122 | a year ago | | | 0 | 0.0036385729 | |
| 18713114 | a year ago | | | 0 | 0.0051935789 | |
| 18346005 | a year ago | | | 0 | 0.0011290454 | |
| 17818208 | a year ago | | | 0 | 0.0029849491 | |
| 17329123 | 2 years ago | | | 0 | 0.0010393167 | |
| 17005058 | 2 years ago | | | 0 | 0.0019046919 | |
| 16875194 | 2 years ago | | | 0 | 0.0013295238 |
ABI
ABI objects
Getter at block 21383635
adminActiveTimestamp() view returns (uint256)
1645027558
decimals() view returns (uint8)
18
feeDivisors() view returns (uint256 mintFee, uint256 burnFee, uint256 claimFee)
(mintFee=500, burnFee=500, claimFee=50)
getAmountOfAssetHeld() view returns (uint256)
175990071320789920146920
getBancorNetworkContract() view returns (address)
0x2f9ec37d6ccfff1cab21733bdadede11c823ccb0
getBufferBalance() view returns (uint256)
175990071320789920146920
getLiquidityProtectionContract() view returns (address)
0x85cbbb1ede2b3e389235ae56ec54bec8159001e5
getNav() view returns (uint256)
175990071320789920146920
getRewardsContributionToNav() view returns (uint256)
0
getStakingRewardsContract() view returns (address)
0x318fea7e45a7d3ac5999da7e1055f5982eeb3e67
getTargetBufferBalance() view returns (uint256)
8799503566039496007346
getWithdrawableFees() view returns (address[1] feeAssets, uint256[1] feeAmounts)
(feeAssets=[0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C], feeAmounts=[227012949185779139638])
lowestActiveProxyIndex() view returns (uint256)
5
name() view returns (string)
xBNT
nextProxyIndex() view returns (uint256)
5
owner() view returns (address)
0x38138586aedb29b436eab16105b09c317f5a79dd
paused() view returns (bool)
true
pendingRewardsContributionToNav() view returns (uint256)
0
symbol() view returns (string)
xBNTa
totalAllocatedNav() view returns (uint256)
0
totalSupply() view returns (uint256)
1270704797300268797331831
withdrawableBntFees() view returns (uint256)
227012949185779139638
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateMintAmount(uint256 incrementalBnt, uint256 totalSupply) view returns (uint256 mintAmount)
depositIdToDeposit(uint256) view returns (address proxyAddress, uint256 depositId, uint256 initialContribution, uint256 latestContributionToNav)
getProxyAddressDepositIds(address proxyAddress) view returns (uint256[])
getProxyAddressRewardsContributionToNav(address proxyAddress) view returns (uint256)
lastLockedBlock(address) view returns (uint256)
proxyIndexToAddress(uint256) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addLiquidity(address _poolAnchor, uint256 _amount)
approve(address spender, uint256 amount) returns (bool)
approveVbnt()
burn(uint256 redeemAmount, bool redeemForEth, uint256 minReturn)
changeGovernanceAddress(address newAddress)
changeLiquidityProviderImplementation(address newImplementation)
claimAndRestake(uint256 proxyIndex, address poolToken)
claimBalance(uint256 proxyIndex)
claimRewards(uint256 proxyIndex)
claimRewardsAndRemoveLiquidity()
confirmGovernanceAddressChange()
confirmLiquidityProviderImplementationChange()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyClaimAndRemove()
emergencyClaimBalance(uint256 proxyIndex)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _bnt, address _vbnt, address _contractRegistry, address _bancorGovernance, address _proxyFactory, address _liquidityProviderImplementation, address _protocolMinter, uint256 _mintFeeDivisor, uint256 _burnFeeDivisor, uint256 _claimFeeDivisor, uint256 _initialMint, string _symbol)
mint(uint256 minReturn) payable
mintWithToken(uint256 bntAmount)
pauseContract()
renounceOwnership()
setDelegate(address delegateRegistry, bytes32 id, address delegate)
setFeeDivisors(uint256 mintFeeDivisor, uint256 burnFeeDivisor, uint256 claimFeeDivisor)
setProtocolMinter(address _protocolMinter)
setxTokenManager(address _manager)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpauseContract()
updatePendingRewardsContributionToNav(uint256 beginProxyIndexIterator, uint256 endProxyIndexIterator)
updateTotalAllocatedNav(uint256 beginProxyIndexIterator, uint256 endProxyIndexIterator)
withdrawFees()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddLiquidity(address poolToken, uint256 amount, uint256 depositId, uint256 proxyIndex, uint256 timestamp)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimBalance(uint256 proxyIndex)
ClaimRemove(uint256 proxyIndex, uint256 rewardsClaimed)
ClaimRestake(uint256 proxyIndex, uint256 amount, uint256 depositId, uint256 timestamp)
ClaimRewards(uint256 proxyIndex, uint256 rewardsClaimed)
FeeWithdraw(uint256 bntFee)
KeyAddressChange()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsNavUpdated(uint256 previousRewardsNav, uint256 newRewardsNav, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _proxyAdmin)
fallback()
receive()
receive()
This contract contains no error objects.