REN / BNT Liquidity Pool
Verified contract
Active on
Ethereum with 34 txns
Balances ($0.00)
No balances found for "REN / BNT Liquidity Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11498954 | 4 years ago | | | 0 | 0.0013660460 | |
| 11492638 | 4 years ago | | | 0 | 0.0017450136 | |
| 11492634 | 4 years ago | | | 0 | 0.00057336840 | |
| 11492597 | 4 years ago | | | 0 | 0.0015859440 | |
| 11468333 | 4 years ago | | | 0 | 0.0024236300 | |
| 11466279 | 4 years ago | | | 0 | 0.0018948380 | |
| 11462530 | 4 years ago | | | 0 | 0.0028194560 | |
| 11460880 | 4 years ago | | | 0 | 0.0025551320 | |
| 11458598 | 4 years ago | | | 0 | 0.0016745080 | |
| 11458596 | 4 years ago | | | 0 | 0.00053572300 |
ABI
ABI objects
Getter at block 21309430
decimals() view returns (uint8)
18
name() view returns (string)
REN / BNT Liquidity Pool
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x3052b2d9694a0dc36735a14e4c313be66f3c7e68
symbol() view returns (string)
RENBNT
totalSupply() view returns (uint256)
352631886004771388234259
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.