RIG Open Problems
Verified contract
Active on
Ethereum with 104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$ROPs | ERC-20 | 2.913544M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15791840 | 2 years ago | | | 0 | 0.0012517645 | |
| 15791575 | 2 years ago | | | 0 | 0.0011337650 | |
| 15791513 | 2 years ago | | | 0 | 0.0020619125 | |
| 15791512 | 2 years ago | | | 0 | 0.0019755240 | |
| 15791492 | 2 years ago | | | 0 | 0.0021403171 | |
| 15791492 | 2 years ago | | | 0 | 0.0021403171 | |
| 15791492 | 2 years ago | | | 0 | 0.0023555000 | |
| 15791491 | 2 years ago | | | 0 | 0.0028266000 | |
| 15791491 | 2 years ago | | | 0 | 0.0028266000 | |
| 15791491 | 2 years ago | | | 0 | 0.0028266000 |
ABI
ABI objects
Getter at block 21214984
buybackFee() view returns (uint256)
0
decimals() view returns (uint8)
4
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
feeDenominator() view returns (uint256)
1000
getCirculatingSupply() view returns (uint256)
1000000000000
largeSwapThreshold() view returns (uint256)
2000000000
liquidityFee() view returns (uint256)
60
liquidityReceiver() view returns (address)
0xd175575707f5d228d019f211ebaa1ce2a40eba2c
main_pair() view returns (address)
0xb3eabbd01c6132e774df00446964a5a823d13fd1
marketingFee() view returns (uint256)
40
marketingReceiver() view returns (address)
0xd175575707f5d228d019f211ebaa1ce2a40eba2c
max_tx() view returns (uint256)
10000000000
max_wallet() view returns (uint256)
20000000000
name() view returns (string)
RIG Open Problems
owner() view returns (address)
0xd175575707f5d228d019f211ebaa1ce2a40eba2c
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
showPairList() view returns (address[])
[0xB3eabBD01C6132E774DF00446964a5A823d13Fd1]
smallSwapThreshold() view returns (uint256)
1000000000
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1000000000
symbol() view returns (string)
$ROPs
totalFee() view returns (uint256)
100
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isAuthorized(address adr) view returns (bool)
isFeeExempt(address) view returns (bool)
isLimitExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
isPair(address) view returns (bool)
pairs(uint256) view returns (address)
State-modifying
Events adjustFees(uint256 _buybackFee, uint256 _liquidityFee, uint256 _marketingFee, uint256 _feeDenominator)
approve(address spender, uint256 amount) returns (bool)
authorize(address adr)
changeMaxTx(uint256 percent, uint256 denominator)
changeMaxWallet(uint256 percent, uint256 denominator)
createPair(address token)
rescue()
rescueToken(address _token)
resetFees()
setFeeReceivers(address _autoLiquidityReceiver, address _marketingFeeReceiver)
setIsFeeExempt(address holder, bool exempt)
setIsLimitExempt(address holder, bool exempt)
setSwapBackSettings(bool _enabled, uint256 _smallAmount, uint256 _largeAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
updateTokenDetails(string newName, string newSymbol)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
receive()
This contract contains no error objects.