Heavens Gate
Verified contract
Active on
Ethereum with 1,810 txns
Balances ($0.00)
No balances found for "Heavens Gate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225099 | 5 days ago | | | 0 | 0.00026960346 | |
| 21160365 | 14 days ago | | | 0 | 0.00078256365 | |
| 20787278 | 2 months ago | | | 0 | 0.00040245946 | |
| 20467529 | 4 months ago | | | 0 | 0.000090784783 | |
| 20197372 | 5 months ago | | | 0 | 0.000061590994 | |
| 20153036 | 5 months ago | | | 0 | 0.000087889524 | |
| 19812268 | 7 months ago | | | 0 | 0.00032380979 | |
| 19812214 | 7 months ago | | | 0 | 0.00056846021 | |
| 19340545 | 9 months ago | | | 0 | 0.0026055165 | |
| 19316422 | 9 months ago | | | 0 | 0.0010337896 |
ABI
ABI objects
Getter at block 21263828
decimals() view returns (uint8)
9
name() view returns (string)
Heavens Gate
owner() view returns (address)
0xd978acf86342e59ab8072a368463ea6876da415a
symbol() view returns (string)
HATE
totalSupply() view returns (uint256)
280205304061019497
treasury() view returns (address)
0x710154a8503428d53710a620b8a1c970beddb8ca
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
renounceOwnership()
setTreasury(address treasury_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.