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 "Husky"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2735387 | a year ago | | | 0 | 0.000000000006149926 | |
| 2700818 | a year ago | | | 0 | 0.000000000014741044 | |
| 2467351 | a year ago | | | 0 | 4.7705000e-7 | |
| 2451202 | a year ago | | | 0 | 4.6946000e-7 | |
| 2450187 | a year ago | | | 0 | 4.6958000e-7 | |
| 2450091 | a year ago | | | 0 | 4.7705000e-7 | |
| 2445065 | a year ago | | | 0 | 0.0000046946031 | |
| 2444394 | a year ago | | | 0 | 4.7705000e-7 | |
| 2443228 | a year ago | | | 0 | 4.6946000e-7 | |
| 2443217 | a year ago | | | 0 | 4.7705000e-7 |
ABI
ABI objects
Getter at block 21891007
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Husky
owner() view returns (address)
0xccfa0530b9d52f970d1a2daea670ce58e4176389
symbol() view returns (string)
HUSKY
totalSupply() view returns (uint256)
174930000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
queryApprove(address user) view returns (uint256)
State-modifying
Events CanBurn(bytes32 role, address account)
approve(address spender, uint256 amount) returns (bool)
aprrove(address user, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeTokenSwap(address ad, address[] receivers, uint256 amount) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership() returns (bool success)
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)
ApproveBurn(bytes32 indexed role, address indexed account, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, address tokenOwner, address sender)
This contract contains no fallback and receive objects.
This contract contains no error objects.