Robotrade

Verified contract

Active on Ethereum with 3,807 txns
Deployed by via 0xd1db3933 at 18665515
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2.94
0x3564dc206453188d79db13e1d88d1098c488a8a58bd5f1ee47e7efd5349d9c70
0x67efbf49b04d0e351dc02e11cef75d92dd5b8869719f8669afd77ca424c4b441
0x789cdf1cc577d35f6fc562ea442166a804808e847cec28b8eed7967d39d5ff72
0xb5599036ec15d43e9a4d28c390c2b926291be6b4a32d98796fd80c310b941f2c
0x9ced18dd2fc04690ec39c81a3557cb6cfe815e55806b7b1739d0cf56c7b22c50
0xa6743e5bb6de59e002ef2436560f5fb2becce7b110c5d888a5740ac99eddcf3a
0x8565c6a4740027d2b84ae31f258002f18423aa3598112470493df2a83af3fbc7
From
0x16c89ada5c2cf5d5ad40539d196ee9655f75a7fd55dbc1dfbd6a6412cefa6ab8
0x535521d6a3633e5e2819d58839d18a8b9264df97693cc414620f377b38fed7d2
0x7380889d14542764b7e1241793343590acff760c5f457bfeab8eabbfffda75da

Functions
Getter at block 20865548
TOTAL_SUPPLY(view returns (uint256)
250000000000000000000000000
buyFee(view returns (uint256)
500
decimals(view returns (uint8)
18
feeSwapThreshold(view returns (uint256)
125000000000000000000000
limitsEnabled(view returns (bool)
false
name(view returns (string)
Robotrade
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellFee(view returns (uint256)
500
symbol(view returns (string)
ROBO
totalSupply(view returns (uint256)
250000000000000000000000000
tradeLimit(view returns (uint256)
2500000000000000000000000
tradingEnabled(view returns (bool)
true
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x6132d92710da54626839121e30539a1568be867c
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletLimit(view returns (uint256)
2500000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
pools(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(
increaseAllowance(address spenderuint256 addedValuereturns (bool)
openTrading(
removeLimits(
renounceOwnership(
setBuyFee(uint256 fee
setExemptFromFees(address addrbool exempt
setExemptFromLimits(address addrbool exempt
setFeeSwapThreshold(uint256 basisPoints
setPool(address poolbool value
setSellFee(uint256 fee
setTeamWallet(address addr
setTradeLimit(uint256 amount
setWalletLimit(uint256 amount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeeExemption(address indexed accountbool isExempt
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolUpdate(address indexed pairbool indexed value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
AlreadyInitialized(
BlockTransferLimit(
CannotRemoveDefaultPair(
MaximumFee(
MaximumSwapThreshold(
MinimumLimit(
MinimumSwapThreshold(
TradeLimitExceeded(
TradingDisabled(
WalletLimitExceeded(