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 "Agartha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280313 | 16 hours ago | | | 0 | 0.0013413322 | |
| 21280312 | 16 hours ago | | | 0 | 0.0015277650 | |
| 21280305 | 16 hours ago | | | 0 | 0.0013669263 | |
| 21280305 | 16 hours ago | | | 0 | 0.0013669263 | |
| 21280304 | 16 hours ago | | | 0 | 0.0022989807 | |
| 21275093 | a day ago | | | 0 | 0.00056640138 | |
| 21274665 | a day ago | | | 0 | 0.00031196372 | |
| 21274662 | a day ago | | | 0 | 0.00031808885 | |
| 21274656 | a day ago | | | 0 | 0.00030149634 |
ABI
ABI objects
Getter at block 21285002
TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000
buyFee() view returns (uint256)
250
decimals() view returns (uint8)
18
maxBuy() view returns (uint256)
20000000000000000000000
money() view returns (address)
0x22c7ba62378c3af625869f6428bfc8df1af1ea32
name() view returns (string)
Agartha
owner() view returns (address)
0xd9a119a01230f41fcf48dacc941f5bf3fcdbe6f3
pair() view returns (address)
0xbfcc05846b9f4bcfc5b035f682bd9472a022f11b
sellFee() view returns (uint256)
250
startBlock() view returns (uint256)
21280304
symbol() view returns (string)
AGRT
totalSupply() view returns (uint256)
10000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
boughtAmount(address) view returns (uint256)
firstBuyBlock(address) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isWhitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrading()
removeLimits()
renounceOwnership()
setBuyFee(uint256 _buyFee)
setSafeMarketing(address _money)
setSellFee(uint256 _sellFee)
toggleExcludedFromFee(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)