YFI / BNT Liquidity Pool
Verified contract
Active on
Ethereum with 10 txns
Balances ($0.00)
No balances found for "YFI / BNT Liquidity Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11467011 | 4 years ago | | | 0 | 0.0020799152 | |
| 11456106 | 4 years ago | | | 0 | 0.0023260512 | |
| 11452877 | 4 years ago | | | 0 | 0.0018894721 | |
| 11447386 | 4 years ago | | | 0 | 0.0011515723 | |
| 11397465 | 4 years ago | | | 0 | 0.00088108000 | |
| 11392644 | 4 years ago | | | 0 | 0.00073129640 | |
| 11388497 | 4 years ago | | | 0 | 0.00083702600 | |
| 11381766 | 4 years ago | | | 0 | 0.0015863760 | |
| 11205501 | 4 years ago | | | 0 | 0.00099904144 | |
| 11085728 | 4 years ago | | | 0 | 0.0021586460 |
ABI
ABI objects
Getter at block 21293357
decimals() view returns (uint8)
18
name() view returns (string)
YFI / BNT Liquidity Pool
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x555981b82743aa443cb1c3002c85ba9d795d4596
symbol() view returns (string)
YFIBNT
totalSupply() view returns (uint256)
62751167965316699841
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
destroy(address _from, uint256 _amount)
issue(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.