Ronin

Verified contract

Active on Ethereum with 7 txns
Deployed by via 0x53ccb311 at 20709938
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ronin"

0x2fd33cae2f3b15304d8ab0c65798e2cb3c3706361d34512e5b05c26d6bca54ac
0x8bc91fc3939c2252055a8052dc416ff1e5f59dc8385b114cfe172126da819341
0xf1d7a0b53cb91710383cd14d5cfa76df988cd358b1fe4cbf603ba675b70fc18d
0xd681fdb1e7cf7037d4d40d82c83db45bf4eb06bdf2491fa8727ded51c235ac09
0x04e8b5d19b12b360b4f26d8d64206db382633b485f69c01933a8d36c64d722ea
0x4679435379b8af30825ee7ad367ae8013460981ab00129ed0c429921254620e3
0x4e0f7c2fbb206e736ac650c9e41b5732285431a7da936da67ee85a21c73ba1e6

Functions
Getter at block 21159572
antibotWallet(view returns (address)
0x15d0caf21c075c8f4a955b5ac7361e63e36259a0
buyPercent(view returns (uint256)
0
decimals(view returns (uint8)
18
maxTx(view returns (uint256)
100000000000000000000000000
maxWallet(view returns (uint256)
100000000000000000000000000
name(view returns (string)
Ronin
openTrading(view returns (bool)
true
operator(view returns (address)
0xd39fdd0083b660c0585e2a3ae6eef2795faf0e25
owner(view returns (address)
0xd39fdd0083b660c0585e2a3ae6eef2795faf0e25
sellPercent(view returns (uint256)
0
symbol(view returns (string)
RONIN
totalSupply(view returns (uint256)
1000000000000000000000000000
uniPair(view returns (address)
0xc9b395701c6c5a49d51764aa9c8bba8654eee314
uniRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
freelos(addressview returns (bool)
liberatos(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
clearStuckToken(address _tokenreturns (bool)
editFreelos(address[] _freelosbool _status
editLiberatos(address[] _liberatosbool _status
removeLimits(
renounceOwnership(
setConfig(uint256 _sellPercentuint256 _buyPercent
setLimits(uint256 _maxTxuint256 _maxWallet
setWallets(address _antibotWalletaddress _operator
startTrading(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyaddress _router
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
LimitExceeded(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TradingNotOpen(
UnauthorizedCaller(