ShardingDAO
Verified contract
Active on
Ethereum with 588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ShardingDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162802 | 4 days ago | | | 0 | 0.00060295736 | |
| 20983501 | a month ago | | | 0 | 0.00023703475 | |
| 20947830 | a month ago | | | 0 | 0.00038644327 | |
| 20870898 | a month ago | | | 0 | 0.00076869088 | |
| 20696918 | 2 months ago | | | 0 | 0.000076884010 | |
| 20624967 | 3 months ago | | | 0 | 0.000030909492 | |
| 20590662 | 3 months ago | | | 0 | 0.000055808400 | |
| 20590650 | 3 months ago | | | 0 | 0.000055491600 | |
| 20580546 | 3 months ago | | | 0 | 0.000019442803 | |
| 20552408 | 3 months ago | | | 0 | 0.000036125037 |
ABI
ABI objects
Getter at block 21193390
decimals() view returns (uint8)
18
name() view returns (string)
ShardingDAO
owner() view returns (address)
0x9522368481c84250fd4b2a4ea03fb875024d9956
symbol() view returns (string)
SHD
totalSupply() view returns (uint256)
11445142390940000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint256) view returns (uint256 fromBlock, uint256 votes)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
minters(address) view returns (bool)
numCheckpoints(address) view returns (uint256)
State-modifying
Events addMiner(address _miner)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeMiner(address _miner)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
VotesBalanceChanged(address indexed user, uint256 previousBalance, uint256 newBalance)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.