Hawthorn Guardian System
Verified contract
Active on
Ethereum with 7,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13512525 | 3 years ago | | | 0 | 0.011863560 | |
| 10870543 | 4 years ago | | | 0 | 0.0037312000 | |
| 10870373 | 4 years ago | | | 0 | 0.0095976000 | |
| 10434856 | 4 years ago | | | 0 | 0.0020261600 | |
| 10256135 | 4 years ago | | | 0 | 0.0018393600 | |
| 10196399 | 4 years ago | | | 0 | 0.00039452413 | |
| 10196395 | 4 years ago | | | 0 | 0.00039452413 | |
| 10196395 | 4 years ago | | | 0 | 0.00043587648 | |
| 10196392 | 4 years ago | | | 0 | 0.00044705280 | |
| 10196387 | 4 years ago | | | 0 | 0.00044705280 |
ABI
ABI objects
Getter at block 21244503
INITIAL_SUPPLY() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Hawthorn Guardian System
originSupply() view returns (uint256)
2000000000000000000000000000
owner() view returns (address)
0x691de0b191dc165766139c4ef2e54364f213bee5
paused() view returns (bool)
false
symbol() view returns (string)
HGS
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getYear(uint256 _timestamp) pure returns (uint16)
mintedHistory(uint16) view returns (uint256 percent, address holder, uint16 year, uint256 amount, uint256 timestamp)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint() returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.