Singularity Dao
Verified contract
Active on
Ethereum with 118,317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9ce9…d0dc
Balances ($63,556.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGIX | ERC-20 | 100K | $0.567452 |
$56,745.2 | |
SDAO | ERC-20 | 24.485477K | $0.235007 |
$5,754.26 | |
USDT | ERC-20 | 1.053032K | $1.00 |
$1,053.03 | |
UNI | ERC-20 | 0.439556 | $9.97 |
$4.38 | |
GEROV2 | ERC-20 | 30.007673K | -- | -- | |
GERO | ERC-20 | 30.007673K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247120 | 12 minutes ago | | | 0 | 0.00073803491 | |
| 21246996 | 37 minutes ago | | | 0 | 0.00034460675 | |
| 21246990 | 38 minutes ago | | | 0 | 0.00030090947 | |
| 21246990 | 38 minutes ago | | | 0 | 0.00077093780 | |
| 21246975 | 41 minutes ago | | | 0 | 0.00083739919 | |
| 21246934 | an hour ago | | | 0 | 0.00096260410 | |
| 21246888 | an hour ago | | | 0 | 0.00097334106 | |
| 21246877 | an hour ago | | | 0 | 0.00062330222 | |
| 21246846 | an hour ago | | | 0 | 0.00092340647 | |
| 21246828 | an hour ago | | | 0 | 0.00060175764 |
ABI
ABI objects
Getter at block 21247177
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
locker() view returns (address)
0x9ce9704b1993ff308f1815e0fd44b0dffee2d0dc
name() view returns (string)
Singularity Dao
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4261d719869fe81341fba577c0e631c905958620
symbol() view returns (string)
SDAO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address dst, uint256 rawAmount)
nominateNewOwner(address _owner)
setLocker(address _locker)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
OwnerNominated(address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.