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 "Ronin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20713807 | 2 months ago | | | 0 | 0.00048483446 | |
| 20713803 | 2 months ago | | | 0 | 0.00057853161 | |
| 20713803 | 2 months ago | | | 0 | 0.00057853161 | |
| 20713802 | 2 months ago | | | 0 | 0.00036427138 | |
| 20713731 | 2 months ago | | | 0 | 0.00044367623 | |
Transfer | 20709974 | 2 months ago | | | 0.15 | 0.000081172146 | |
| 20709952 | 2 months ago | | | 0 | 0.00030675627 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
freelos(address) view returns (bool)
liberatos(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
clearStuckToken(address _token) returns (bool)
editFreelos(address[] _freelos, bool _status)
editLiberatos(address[] _liberatos, bool _status)
removeLimits()
renounceOwnership()
setConfig(uint256 _sellPercent, uint256 _buyPercent)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setWallets(address _antibotWallet, address _operator)
startTrading()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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(string _name, string _symbol, uint256 _totalSupply, address _router)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
LimitExceeded()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotOpen()
UnauthorizedCaller()