Fee printer go brr
Verified contract
Active on
Base with 275 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRR | ERC-20 | 9.105942M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17834500 | 5 months ago | | | 0 | 9.8339970e-7 | |
| 16914765 | 5 months ago | | | 0 | 5.5402800e-7 | |
| 14960081 | 7 months ago | | | 0 | 4.9281212e-7 | |
| 14510688 | 7 months ago | | | 0 | 4.9142665e-7 | |
| 14335947 | 7 months ago | | | 0 | 2.6711006e-7 | |
| 14335377 | 7 months ago | | | 0 | 4.9028547e-7 | |
| 13895471 | 8 months ago | | | 0 | 0.0000035827144 | |
| 13869027 | 8 months ago | | | 0 | 0.0000026685682 | |
| 13803758 | 8 months ago | | | 0 | 0.0000075070794 | |
| 13786530 | 8 months ago | | | 0 | 0.0000012085810 |
ABI
ABI objects
Getter at block 23804339
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x795b3b336764a99f5e5a5ddb336681638630c4e0738f3d9ee829f22926481102
decimals() view returns (uint8)
18
flywheel() view returns (address)
0x771f3ec0bfcddf107e9fd90e1b45e9d6001c65a5
name() pure returns (string)
Fee printer go brr
symbol() pure returns (string)
stakedBRR
totalSupply() view returns (uint256 result)
9105942076867565668994211
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
stake(address to, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unstake(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _flywheel)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
InvalidTo()
PermitExpired()
TotalSupplyOverflow()