DMM: Governance
Verified contract
Active on
Ethereum with 81,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 617 | $1.002 |
$618.23 | |
USDC | ERC-20 | 504.061796 | $1.001 |
$504.57 | |
BAT | ERC-20 | 800 | $0.178377 |
$142.7 | |
CEL | ERC-20 | 366.7618 | $0.2628 |
$96.39 | |
HOKK | ERC-20 | 79.08692K | $0.000193 |
$15.29 | |
DAI | ERC-20 | 10 | $1.001 |
$10.01 | |
ERC-20 | 206.86 | $0.002144 |
$0.44 | ||
ETHV | ERC-20 | 38.851836K | -- | -- | |
DMG | ERC-20 | 16.330601K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156228 | 12 hours ago | | | 0 | 0.00079380976 | |
| 21154734 | 17 hours ago | | | 0 | 0.00039069012 | |
| 21135875 | 3 days ago | | | 0 | 0.00064158933 | |
| 21135873 | 3 days ago | | | 0 | 0.00062314745 | |
| 21118549 | 6 days ago | | | 0 | 0.00024156364 | |
| 21108885 | 7 days ago | | | 0 | 0.00011980320 | |
| 21105639 | 8 days ago | | | 0 | 0.000084097606 | |
| 21101036 | 8 days ago | | | 0 | 0.00087834895 | |
| 21097677 | 9 days ago | | | 0 | 0.00030474811 | |
| 21097675 | 9 days ago | | | 0 | 0.00020872136 |
ABI
ABI objects
Getter at block 21159912
APPROVE_TYPE_HASH() view returns (bytes32)
0x523ca9f3bddca0fad7d8006158ab9515c293b7da0d8452b23fa500d6cfed378c
DELEGATION_TYPE_HASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPE_HASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
TRANSFER_TYPE_HASH() view returns (bytes32)
0xb5517b26ddefa7f7d61d2d3c1483e78f5b6a006ccb770104784853760cdebc09
decimals() view returns (uint8)
18
domainSeparator() view returns (bytes32)
0x1de3e8e8d936313db897410de6134fc5f9c43a4b10894c98f7b27dd0e0a53c76
name() view returns (string)
DMM: Governance
symbol() view returns (string)
DMG
totalSupply() view returns (uint256)
249511024989879355177175971
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint64) view returns (uint64 fromBlock, uint128 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint128)
getPriorVotes(address account, uint256 blockNumber) view returns (uint128)
nonceOf(address signer) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint64)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
approveBySig(address spender, uint256 rawAmount, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
burn(uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferBySig(address recipient, uint256 rawAmount, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.