BalancerGovernanceToken
Verified contract
Active on
Ethereum with 351,103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 5.185712K | $2.44 |
$12,653.14 | |
USDC | ERC-20 | 6.236411K | $0.999264 |
$6,231.82 | |
UBT | ERC-20 | 3.224484K | $0.047503 |
$153.17 | |
REN | ERC-20 | 692.3 | $0.043632 |
$30.21 | |
BAND | ERC-20 | 17.182 | $1.34 |
$23.02 | |
WETH | ERC-20 | 0.00161 | $3,372.63 |
$5.43 | |
ZIK | ERC-20 | 124.090903 | $0.000157 |
$0.02 | |
BGBG | ERC-20 | 719.173713 | -- | -- | |
yRise | ERC-20 | 0.01 | -- | -- | |
HQG | ERC-20 | 0.0005 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241938 | 17 minutes ago | | | 0 | 0.00071075713 | |
| 21241890 | 27 minutes ago | | | 0 | 0.00054030183 | |
| 21241820 | 41 minutes ago | | | 0 | 0.00047372628 | |
| 21241788 | an hour ago | | | 0 | 0.00031545721 | |
| 21241754 | an hour ago | | | 0 | 0.00058447557 | |
| 21241708 | an hour ago | | | 0 | 0.00032594471 | |
| 21241638 | an hour ago | | | 0 | 0.00071346000 | |
| 21241617 | an hour ago | | | 0 | 0.00030583070 | |
| 21241610 | an hour ago | | | 0 | 0.00020889324 | |
| 21241609 | an hour ago | | | 0 | 0.00077291500 |
ABI
ABI objects
Getter at block 21242020
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0f7e6db4bd29f5b0743e892c53690ee939ed780f756e0d021b93ed86993b03f4
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
decimals() view returns (uint8)
18
name() view returns (string)
Balancer
symbol() view returns (string)
BAL
totalSupply() view returns (uint256)
65968957822052255717433329
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.