ANyONe Protocol
Verified contract
Active on
Ethereum with 18,610 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,497.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANYONE | ERC-20 | 1.265448K | $1.13 |
$1,429.96 | |
MYTH | ERC-20 | 245.6 | $0.275152 |
$67.58 | |
ATOR | ERC-20 | 7.893636K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240814 | 5 minutes ago | | | 0 | 0.00045493942 | |
| 21240594 | an hour ago | | | 0 | 0.00086093525 | |
| 21240433 | an hour ago | | | 0 | 0.00051541077 | |
| 21240425 | an hour ago | | | 0 | 0.00044654131 | |
| 21240341 | 2 hours ago | | | 0 | 0.00044991355 | |
| 21240295 | 2 hours ago | | | 0 | 0.00049647849 | |
| 21240291 | 2 hours ago | | | 0 | 0.00080516316 | |
| 21240188 | 2 hours ago | | | 0 | 0.00056856948 | |
| 21240177 | 2 hours ago | | | 0 | 0.00060724483 | |
| 21240177 | 2 hours ago | | | 0 | 0.00060745829 |
ABI
ABI objects
Getter at block 21240836
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
launchBlock() view returns (uint256)
20165394
launchTime() view returns (uint256)
1719278627
launched() view returns (bool)
true
name() view returns (string)
ANyONe Protocol
owner() view returns (address)
0x0814b2da77298785124a1e2051e423878e9e6c5e
symbol() view returns (string)
ANYONE
totalSupply() view returns (uint256)
99999999999999999900000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(address uniswapV3Pair) payable
renounceOwnership()
setAutomatedMarketMakerPair(address account, bool value)
setBots(address[] accounts, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool value)
Launch()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawStuckTokens(address token, uint256 amount)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.