Hundred Trillion
Verified contract
Active on
Ethereum with 4 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 "Hundred Trillion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12845499 | 3 years ago | | | 0 | 0.0022191520 | |
| 12845406 | 3 years ago | | | 0 | 0.0018414240 | |
| 12845383 | 3 years ago | | | 0 | 0.0018414240 | |
| 12845380 | 3 years ago | | | 0 | 0.0024061840 |
ABI
ABI objects
Getter at block 21322932
beneficiary() view returns (address)
0x20655b360a2a18f135fdbf2bc678cbe658d88d34
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
false
minSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Hundred Trillion
owner() view returns (address)
0x20655b360a2a18f135fdbf2bc678cbe658d88d34
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HT
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 _amount, uint256 _fee) pure returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setMinSupply(uint256 _newMinSupply)
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)
BeneficiaryUpdated(address oldBeneficiary, address newBeneficiary)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
MinSupplyUpdated(uint256 oldAmount, uint256 newAmount)
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.