renBTC / BNT Liquidity Pool
Verified contract
Active on
Ethereum with 8 txns
Balances ($0.00)
No balances found for "renBTC / BNT Liquidity Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11445391 | 4 years ago | | | 0 | 0.0020919950 | |
| 11272221 | 4 years ago | | | 0 | 0.0016731400 | |
| 11271452 | 4 years ago | | | 0 | 0.0014529900 | |
| 11101205 | 4 years ago | | | 0 | 0.0052836000 | |
| 11101172 | 4 years ago | | | 0 | 0.0047979620 | |
| 11087373 | 4 years ago | | | 0 | 0.0040056380 | |
| 11084979 | 4 years ago | | | 0 | 0.0014085760 | |
| 11064826 | 4 years ago | | | 0 | 0.0039616200 |
ABI
ABI objects
Getter at block 21309432
decimals() view returns (uint8)
18
name() view returns (string)
renBTC / BNT Liquidity Pool
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe807f9ead3408b3770d3110097cd78b94160f86c
symbol() view returns (string)
renBTCBNT
totalSupply() view returns (uint256)
48471736737146
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.