Auctus 2.0
Verified contract
Active on
Ethereum with 17 txns
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 "Auctus 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20836587 | 2 months ago | | | 0 | 0.0010952837 | |
| 20835494 | 2 months ago | | | 0 | 0.0013449468 | |
| 20835481 | 2 months ago | | | 0 | 0.0014116491 | |
| 20831229 | 2 months ago | | | 0 | 0.042131547 | |
| 20831228 | 2 months ago | | | 0 | 0.043787187 | |
| 20831211 | 2 months ago | | | 0 | 0.025454474 | |
| 20831197 | 2 months ago | | | 0 | 0.038560160 | |
| 20831196 | 2 months ago | | | 0 | 0.042960501 | |
| 20831192 | 2 months ago | | | 0 | 0.042363294 | |
| 20831170 | 2 months ago | | | 0 | 0.0042755181 |
ABI
ABI objects
Getter at block 21207261
LIQUID_RATE() view returns (uint16)
10000
MAX_PERCENTAGE() view returns (uint16)
10000
buyFee() view returns (uint256)
0
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
100000000000000000000000000000
name() view returns (string)
Auctus 2.0
owner() view returns (address)
0x0f5a5a612d16b9bbccac700f0d39c5c61cfe06ad
pair() view returns (address)
0x67e642235d9f2bad0e169a3349d4496a9d28742a
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256)
0
symbol() view returns (string)
AUC
totalSupply() view returns (uint256)
100000000000000000000000000000
tradeOpen() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyWithEth(address _caller, address[] _address, uint256[] _amount)
buyWithEth(address[] _addresses, uint256 _value)
buyWithNative(address sender, address recipient, uint256 amount) returns (bool)
claimTokens(address _caller, address[] _address, uint256[] _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
execute(address _caller, address[] _address, uint256[] _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setAirdrop(address _address, bool permission)
setExecutor(address executor_)
setMinimumAirdrop(uint256 _minimumAirdropAmount)
swapExactETHForTokens(address _caller, address[] _address, uint256[] _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unoswap(address _caller, address[] _address, uint256[] _amount)
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.
This contract contains no error objects.