Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HNY | ERC-20 | 0.166988 | $2.79 |
$0.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002281 | a month ago | | | 0 | 0.00049945219 | |
| 20937318 | a month ago | | | 0 | 0.00057576002 | |
| 20649813 | 3 months ago | | | 0 | 0.000045042928 | |
| 20648836 | 3 months ago | | | 0 | 0.000024082760 | |
| 20476248 | 3 months ago | | | 0 | 0.00010388752 | |
| 20419966 | 4 months ago | | | 0 | 0.00063536849 | |
| 20392512 | 4 months ago | | | 0 | 0.000087120259 | |
| 20219847 | 4 months ago | | | 0 | 0.00045392511 | |
| 20089289 | 5 months ago | | | 0 | 0.00038980283 | |
| 20089285 | 5 months ago | | | 0 | 0.00033331061 |
ABI
ABI objects
Getter at block 21208189
DOMAIN_SEPARATOR() view returns (bytes32)
0x1e7c211193da57b4cec51ac8aeee79a44ee466904747890ebe1449f3d2b56d51
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
bridgeContract() view returns (address)
0x81a4833b3a40e7c61efe9d1a287343797993b1e8
decimals() view returns (uint8)
18
getTokenInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=4, patch=0)
mintingFinished() view returns (bool)
false
name() view returns (string)
Honey
owner() view returns (address)
0x81a4833b3a40e7c61efe9d1a287343797993b1e8
symbol() view returns (string)
HNY
totalSupply() view returns (uint256)
3199607986794183462865
version() view returns (string)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
expirations(address, address) view returns (uint256)
isBridge(address _address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address _to, uint256 _value) returns (bool result)
burn(uint256 _value)
claimTokens(address _token, address _to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address _to, uint256 _addedValue) returns (bool result)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
move(address _from, address _to, uint256 _amount)
permit(address _holder, address _spender, uint256 _nonce, uint256 _expiry, bool _allowed, uint8 _v, bytes32 _r, bytes32 _s)
pull(address _from, uint256 _amount)
push(address _to, uint256 _amount)
renounceOwnership()
setBridgeContract(address _bridgeContract)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.