AURA Protocol - Automated trading protocol
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AURA | ERC-20 | 25.69577M | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21378206
_maxTxAmount() view returns (uint256)
100000000000000000000000000000000000
_maxWalletAmount() view returns (uint256)
100000000000000000000000000000000000
buyFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=1, marketing=1)
decimals() pure returns (uint8)
9
forceSwapCount() view returns (uint256)
0
liquidityReceiver() view returns (address)
0x2c0738ae29457a4e8b2840b4de3b5f6d23603304
marketingWallet() view returns (address)
0x2c0738ae29457a4e8b2840b4de3b5f6d23603304
name() pure returns (string)
AURA Protocol - Automated trading protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=0, marketing=90)
swapTokenAtAmount() view returns (uint256)
10000000000000000
symbol() pure returns (string)
AURA
totalSupply() view returns (uint256)
1000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x36b44e2e532d0d01780e118b080546eac027ec9b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events adjustFees(uint256 _buyMarketingFee, uint256 _buyLiquidityFee, uint256 _sellMarketingFee, uint256 _sellLiquidityFee)
approve(address spender, uint256 amount) returns (bool)
excludeFromFees(address account, bool excluded)
renounceOwnership()
startTrade()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxTransactions(uint256 _maxTx, uint256 _maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address marketingAddress, address liquidityAddress)
receive()
This contract contains no error objects.