Brr Token
Verified contract
Active on
Ethereum with 816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,680.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400 | $9.20 |
$3,680 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20696702 | 2 months ago | | | 0 | 0.000070025015 | |
| 20094671 | 5 months ago | | | 0 | 0.00034319140 | |
| 20054875 | 5 months ago | | | 0 | 0.00038397437 | |
| 20018829 | 5 months ago | | | 0 | 0.00047639393 | |
| 19946731 | 6 months ago | | | 0 | 0.00012165948 | |
| 19697881 | 7 months ago | | | 0 | 0.00041928828 | |
| 19544623 | 7 months ago | | | 0 | 0.00060888724 | |
| 19544330 | 7 months ago | | | 0 | 0.00086112443 | |
| 19543409 | 7 months ago | | | 0 | 0.00093568413 | |
| 19518751 | 8 months ago | | | 0 | 0.0011654279 |
ABI
ABI objects
Getter at block 21166765
BRR_RATE() view returns (uint256)
4
BRR_REWARD() view returns (uint256)
1
MAX_TOP_HOLDERS() view returns (uint256)
50
POOL_REWARD() view returns (uint256)
48
decimals() view returns (uint8)
18
getBrrAmount() view returns (uint256)
5838887283290706380980408276
lastBrrTime() view returns (uint256)
1596824040
lastRewardTime() view returns (uint256)
1596246458
name() view returns (string)
Brr Token
owner() view returns (address)
0xfed9ca768f6f4e741444891c7123f803680830c9
paused() view returns (bool)
false
pauser() view returns (address)
0xfed9ca768f6f4e741444891c7123f803680830c9
rewardPool() view returns (uint256)
736284121033615342578312
symbol() view returns (string)
BRR
totalBrred() view returns (uint256)
782301878598216301489477
totalSupply() view returns (uint256)
2199999217698121401783698510523
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPool() view returns (address)
0x03d3ec1be639a7c6dd3b569f76a04d34b73a8cab
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedRewards(address) view returns (uint256)
getInfoFor(address addr) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
topHolder(uint256) view returns (address)
unclaimedRewards(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
brrPool()
claimRewards()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPauser(address newPauser)
setUniswapPool()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateTopHolders(address[] holders)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayoutClaimed(address indexed topHolderAddress, uint256 claimedReward)
PayoutSnapshotTaken(uint256 totalTopHolders, uint256 totalPayout, uint256 snapshot)
PoolBrred(address brrer, uint256 brrAmount, uint256 newTotalSupply, uint256 newUniswapPoolSupply, uint256 userReward, uint256 newPoolReward)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.