BRRR Token
Verified contract
Active on
Ethereum with 352 txns
Balances ($0.00)
No balances found for "BRRR Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20124734 | 4 months ago | | | 0 | 0.00020578933 | |
| 20077421 | 5 months ago | | | 0 | 0.0010244904 | |
| 20077413 | 5 months ago | | | 0 | 0.0046297493 | |
| 20077412 | 5 months ago | | | 0 | 0.00095559498 | |
| 20077404 | 5 months ago | | | 0 | 0.0011884881 | |
| 20077403 | 5 months ago | | | 0 | 0.0012979011 | |
| 20077393 | 5 months ago | | | 0 | 0.00079643422 | |
| 20077378 | 5 months ago | | | 0 | 0.00088999301 | |
| 20077378 | 5 months ago | | | 0 | 0.00088999301 | |
| 20077378 | 5 months ago | | | 0 | 0.00088999301 |
ABI
ABI objects
Getter at block 21089852
decimals() view returns (uint8)
18
name() view returns (string)
BRRR Token
symbol() view returns (string)
BRRR
totalSupply() view returns (uint256)
102842368054388333328250000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
setSBRRRContract(address sBRRRContract)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address wallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.