Bonzi LP Reward Token
Verified contract
Active on
Base with 84 txns
Balances ($0.00)
No balances found for "Bonzi LP Reward Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2978807 | a year ago | | | 0 | 0.000098940077 | |
| 2978802 | a year ago | | | 0 | 0.000065960053 | |
| 2978764 | a year ago | | | 0 | 0.00011571009 | |
| 2907004 | a year ago | | | 0 | 2.9184000e-7 | |
| 2900887 | a year ago | | | 0 | 0.000017669240 | |
| 2900839 | a year ago | | | 0 | 7.9116000e-7 | |
| 2900806 | a year ago | | | 0 | 7.9116000e-7 | |
| 2900796 | a year ago | | | 0 | 8.7516000e-7 | |
| 2883873 | a year ago | | | 0 | 9.2544000e-7 | |
| 2883794 | a year ago | | | 0 | 0.000092544000 |
ABI
ABI objects
Getter at block 22934075
decimals() view returns (uint8)
18
name() view returns (string)
Bonzi LP Reward Token
owner() view returns (address)
0xc027612146464eef8f4ccc448f56e2f08bb76378
router() view returns (address)
0x166fd1bc555f8c90f89723f71452dc0456eb233d
symbol() view returns (string)
BONZI-LP
totalSupply() view returns (uint256)
331000000000000014
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setRouter(address _router)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.