unshETHing_Token
Verified contract
Active on
Ethereum with 11,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($95.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.029674 | $3,231.78 |
$95.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129004 | 4 days ago | | | 0 | 0.0027190297 | |
| 21123097 | 5 days ago | | | 0 | 0.00033814530 | |
| 21112292 | 6 days ago | | | 0 | 0.00013933623 | |
| 21107514 | 7 days ago | | | 0 | 0.00022380840 | |
| 21105338 | 7 days ago | | | 0 | 0.00011340735 | |
| 21102017 | 8 days ago | | | 0 | 0.00015973669 | |
| 21102016 | 8 days ago | | | 0 | 0.00015812550 | |
| 21096848 | 9 days ago | | | 0 | 0.00020026527 | |
| 21090005 | 10 days ago | | | 0 | 0.00015438983 | |
| 21088791 | 10 days ago | | | 0 | 0.00018377407 |
ABI
ABI objects
Getter at block 21158852
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
143500000000000000000000000
name() view returns (string)
unshETHing_Token
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb250216b5bce306fa37f7de76a82409663ed52c3
symbol() view returns (string)
USH
timelock_address() view returns (address)
0xb250216b5bce306fa37f7de76a82409663ed52c3
totalSupply() view returns (uint256)
143500000000000000000000000
trackingVotes() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
numCheckpoints(address) view returns (uint32)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
nominateNewOwner(address _owner)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTimelock(address new_timelock)
toggleVotes()
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)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
VoterVotesChanged(address indexed voter, uint256 previousBalance, uint256 newBalance)
constructor(string _name, string _symbol, address _creator_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.