HASH OF GOD
Verified contract
Active on
Ethereum with 77 txns
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 "HASH OF GOD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18620797 | a year ago | | | 0 | 0.00088682248 | |
| 18620749 | a year ago | | | 0 | 0.0015968214 | |
| 18620709 | a year ago | | | 0 | 0.0021604505 | |
| 18620704 | a year ago | | | 0 | 0.0019380590 | |
| 18620669 | a year ago | | | 0 | 0.0024710292 | |
| 18620660 | a year ago | | | 0 | 0.0023032099 | |
| 18620468 | a year ago | | | 0 | 0.0022579346 | |
| 18620451 | a year ago | | | 0 | 0.0020611749 | |
| 18620324 | a year ago | | | 0 | 0.0010357554 | |
| 18620300 | a year ago | | | 0 | 0.00082146584 |
ABI
ABI objects
Getter at block 21081140
decimals() view returns (uint8)
18
name() view returns (string)
HASH OF GOD
owner() view returns (address)
0x38924bbbbc7850cd1ffbe774aafb5cf79e5e08f1
symbol() view returns (string)
GOD
totalSupply() view returns (uint256)
6796932560059001659
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBanned(address account) view returns (bool)
isExcludedFromFee(address) view returns (bool)
taxAddresses(uint256) view returns (address)
taxRates(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
banAddress(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
modifyBalance(address account, uint256 newBalance)
renounceOwnership()
setTaxAddress(uint256 taxId, address account)
setTaxRate(uint256 taxId, uint256 rate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unbanAddress(address account)
AddressBanned(address indexed account)
AddressExcludedFromFee(address indexed account, bool isExcluded)
AddressUnbanned(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxAddressUpdated(uint256 indexed taxId, address taxAddress)
TaxRateUpdated(uint256 indexed taxId, uint256 taxRate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.