UMA Voting Token v1
Verified contract
Active on
Ethereum with 300,067 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.60 |
$5,829.21 | |
TUSD | ERC-20 | 130.323507 | $0.999168 |
$130.22 | |
BAND | ERC-20 | 72.55172 | $1.34 |
$97.22 | |
UNI | ERC-20 | 2 | $9.35 |
$18.7 | |
LABS | ERC-20 | 20K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241978 | a few seconds ago | | | 0 | 0.00030267936 | |
| 21241977 | a minute ago | | | 0 | 0.00027959547 | |
| 21241975 | a minute ago | | | 0 | 0.00030430299 | |
| 21241944 | 8 minutes ago | | | 0 | 0.00029620831 | |
| 21241943 | 8 minutes ago | | | 0 | 0.00028895047 | |
| 21241931 | 10 minutes ago | | | 0 | 0.00044550359 | |
| 21241908 | 15 minutes ago | | | 0 | 0.00027869715 | |
| 21241906 | 15 minutes ago | | | 0 | 0.00071029179 | |
| 21241867 | 23 minutes ago | | | 0 | 0.00056675916 | |
| 21241639 | an hour ago | | | 0 | 0.00040492145 |
ABI
ABI objects
Getter at block 21241979
decimals() view returns (uint8)
18
name() view returns (string)
UMA Voting Token v1
symbol() view returns (string)
UMA
totalSupply() view returns (uint256)
122083403228129390405897544
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.