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 "AAA+++"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20187477 | 2 months ago | | | 0 | 1.2454811e-7 | |
| 20175913 | 2 months ago | | | 0 | 0.0000029791342 | |
| 20175765 | 2 months ago | | | 0 | 3.5722965e-7 | |
| 20175431 | 2 months ago | | | 0 | 1.5213133e-7 | |
| 20115569 | 2 months ago | | | 0 | 1.4827295e-7 | |
| 20115275 | 2 months ago | | | 0 | 0.0000029803615 | |
| 20115127 | 2 months ago | | | 0 | 3.5722965e-7 | |
| 20114982 | 2 months ago | | | 0 | 0.0000029803615 | |
| 20114833 | 2 months ago | | | 0 | 5.6711204e-7 | |
| 20114789 | 2 months ago | | | 0 | 1.5232776e-7 |
ABI
ABI objects
Getter at block 22485770
decimals() view returns (uint8)
10
fees() view returns (uint256)
20
name() view returns (string)
AAA+++
owner() view returns (address)
0xc4a90ee2d40e5110092bcbf73a2a497f2fa0be51
symbol() view returns (string)
AAA++
totalFees() view returns (uint256)
2119445601794218
totalSupply() view returns (uint256)
5000000000000000
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)
TeamFinanceTokenMint(address owner)
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.