Umbrella
Verified contract
Active on
Ethereum with 61,556 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,972.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10.475398K | $1.00 |
$10,475.4 | |
UMB | ERC-20 | 31.441082K | $0.008133 |
$255.72 | |
AKRO | ERC-20 | 32.222897K | $0.004274 |
$137.72 | |
SHIB | ERC-20 | 4.000001M | $0.000026 |
$103.68 | |
HQG | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158298 | 12 minutes ago | | | 0 | 0.0011026317 | |
| 21158255 | 20 minutes ago | | | 0 | 0.00083159596 | |
| 21158246 | 22 minutes ago | | | 0 | 0.0010299751 | |
| 21158166 | 38 minutes ago | | | 0 | 0.00093367355 | |
| 21157196 | 4 hours ago | | | 0 | 0.00098380731 | |
| 21157071 | 4 hours ago | | | 0 | 0.00060480317 | |
| 21157042 | 4 hours ago | | | 0 | 0.00074884564 | |
| 21156359 | 7 hours ago | | | 0 | 0.00054790944 | |
| 21154839 | 12 hours ago | | | 0 | 0.00030486641 | |
| 21154839 | 12 hours ago | | | 0 | 0.00045488700 |
ABI
ABI objects
Getter at block 21158355
decimals() view returns (uint8)
18
maxAllowedTotalSupply() view returns (uint256)
447532308615546813151513763
name() view returns (string)
Umbrella
owner() view returns (address)
0x1c6262c252731d17e5b3cb5c569216d59d37d70d
symbol() view returns (string)
UMB
totalSupply() view returns (uint256)
427053638538257846777493344
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdropTokens(address[] _addresses, uint256[] _amounts)
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 _holder, uint256 _amount)
renounceOwnership()
setRewardTokens(address[] _tokens, bool[] _statuses)
swapMint(address _holder, uint256 _amount)
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)
LogSetRewardTokens(address[] tokens, bool[] statuses)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _initialHolder, uint256 _initialBalance, uint256 _maxAllowedTotalSupply, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.