Ethereum
Verified contract
Active on
Ethereum with 2,614 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 |
---|---|---|---|---|---|
ETH | ERC-20 | 60.96736 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042741 | 16 days ago | | | 0 | 0.0012854890 | |
| 21041410 | 16 days ago | | | 0 | 0.00068076900 | |
| 21041283 | 16 days ago | | | 0 | 0.00045377400 | |
| 21036703 | 17 days ago | | | 0 | 0.0011344350 | |
| 21035172 | 17 days ago | | | 0 | 0.00090754800 | |
| 20972648 | a month ago | | | 0 | 0.00081957400 | |
| 20972627 | a month ago | | | 0 | 0.0014362670 | |
| 20970927 | a month ago | | | 0 | 0.0011054292 | |
| 20943751 | a month ago | | | 0 | 0.0018910250 | |
| 20941344 | a month ago | | | 0 | 0.0012347979 |
ABI
ABI objects
Getter at block 21159468
decimals() view returns (uint8)
18
fees() view returns (uint256)
1
name() view returns (string)
Ethereum
owner() view returns (address)
0xeb6df4568e317eb5622ca3ad6be882e48ff5e4ea
symbol() view returns (string)
ETH
totalFees() view returns (uint256)
1000500209573490481037987166679
totalSupply() view returns (uint256)
100000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setFeesPercentage(uint256 feesPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(string name, string symbol, uint8 decimals, uint256 supply, uint256 fees, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.