UMA Voting Token v1
Verified contract
Active on
Ethereum with 297,705 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 |
---|---|---|---|---|---|
UMA | ERC-20 | 2.242003K | $2.86 |
$6,412.13 | |
TUSD | ERC-20 | 130.323507 | $0.999632 |
$130.28 | |
BAND | ERC-20 | 72.55172 | $1.27 |
$92.14 | |
UNI | ERC-20 | 2 | $9.43 |
$18.86 | |
LABS | ERC-20 | 20K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157680 | a few seconds ago | | | 0 | 0.00048081177 | |
| 21157679 | a minute ago | | | 0 | 0.00073572858 | |
| 21157657 | 5 minutes ago | | | 0 | 0.00089438700 | |
| 21157656 | 5 minutes ago | | | 0 | 0.00053219514 | |
| 21157656 | 5 minutes ago | | | 0 | 0.00053204411 | |
| 21157655 | 6 minutes ago | | | 0 | 0.00091709990 | |
| 21157650 | 7 minutes ago | | | 0 | 0.00052437279 | |
| 21157607 | 15 minutes ago | | | 0 | 0.00073785350 | |
| 21157586 | 19 minutes ago | | | 0 | 0.00077677812 | |
| 21157577 | 21 minutes ago | | | 0 | 0.0017968440 |
ABI
ABI objects
Getter at block 21157681
decimals() view returns (uint8)
18
name() view returns (string)
UMA Voting Token v1
symbol() view returns (string)
UMA
totalSupply() view returns (uint256)
121972203425645150081480883
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getMember(uint256 roleId) view returns (address)
holdsRole(uint256 roleId, address memberToCheck) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events addMember(uint256 roleId, address newMember)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 value) returns (bool)
removeMember(uint256 roleId, address memberToRemove)
resetMember(uint256 roleId, address newMember)
snapshot() returns (uint256)
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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.