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 "HOLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18294122 | a year ago | | | 0 | 0.00017351842 | |
| 18294114 | a year ago | | | 0 | 0.00029217074 | |
| 18294110 | a year ago | | | 0 | 0.00023428717 | |
| 18294103 | a year ago | | | 0 | 0.00018659133 | |
| 18294079 | a year ago | | | 0 | 0.00026131153 | |
| 18294057 | a year ago | | | 0 | 0.00082337672 | |
| 18294055 | a year ago | | | 0 | 0.00016843943 | |
| 18294047 | a year ago | | | 0 | 0.00029337343 | |
| 18294037 | a year ago | | | 0 | 0.00016734892 | |
| 18294022 | a year ago | | | 0 | 0.00074318830 |
ABI
ABI objects
Getter at block 21392735
accumulatedFees() view returns (uint256)
108374957849413997819604749
decimals() view returns (uint8)
18
name() view returns (string)
HOLD
owner() view returns (address)
0xe3d08ca83096a5c45d13674fac43832206dcb5e2
symbol() view returns (string)
EARN
totalSupply() view returns (uint256)
1000000000000000000000000000
txFee() view returns (uint256)
200
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromReward(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTransactionFee(uint256 newTxFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address tokenAddress, address receiverAddress) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFee(uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.