athbase.finance
Verified contract
Active on
Ethereum with 673 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 |
---|---|---|---|---|---|
ATH | ERC-20 | 1.727167K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21400746 | 2 days ago | | | 0 | 0.00091882187 | |
| 20969624 | 2 months ago | | | 0 | 0.00032580286 | |
| 20787593 | 3 months ago | | | 0 | 0.00083621560 | |
| 19654351 | 8 months ago | | | 0 | 0.00029786929 | |
| 18552747 | a year ago | | | 0 | 0.00043866000 | |
| 17952685 | a year ago | | | 0 | 0.00032447804 | |
| 16383668 | 2 years ago | | | 0 | 0.00046194985 | |
| 15572092 | 2 years ago | | | 0 | 0.00024840813 | |
| 15145672 | 2 years ago | | | 0 | 0.00040338141 | |
| 15145669 | 2 years ago | | | 0 | 0.00034861104 |
ABI
ABI objects
Getter at block 21412938
_limitExpiresTimestamp() view returns (uint256)
1607896635
_limitMaxBalance() view returns (uint256)
7000000000000
_limitSellFeePercent() view returns (uint256)
1000
_limitTimestamp() view returns (uint256)
1607895443
_limitTransferAmount() view returns (uint256)
7000000000000
_rebaser() view returns (address)
0xce551888b18d5a387f9fe3f5432122cc445758af
_tFeePercent() view returns (uint256)
500
_tFeeTimestamp() view returns (uint256)
1607880908
decimals() view returns (uint8)
9
name() view returns (string)
athbase.finance
owner() view returns (address)
0xce551888b18d5a387f9fe3f5432122cc445758af
symbol() view returns (string)
ATH
totalFees() view returns (uint256)
221227319932607
totalSupply() view returns (uint256)
1879500000000000
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPair() view returns (address)
0x33b9166c456cbe66e68a856f972680f68d5615d9
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
refractionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromRefraction(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)
rebase(int256 supplyDelta) returns (uint256)
refract(uint256 tAmount)
renounceOwnership()
setLimit(uint256 expiresTimestamp, uint256 transferAmount, uint256 maxBalance, uint256 sellFeePercent)
setRebaser(address rebaser)
setTransferFeePercent(uint256 tFeePercent)
setUniswapPair()
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.