Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ec0…7bd6
Balances ($0.00)
No balances found for "RPG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005301 | a month ago | | | 0 | 0.00043821548 | |
| 20623566 | 3 months ago | | | 0 | 0.000080719562 | |
| 20369373 | 4 months ago | | | 0 | 0.00021214077 | |
| 20369365 | 4 months ago | | | 0 | 0.00018258955 | |
| 20229826 | 5 months ago | | | 0 | 0.00022949302 | |
| 19860546 | 6 months ago | | | 0 | 0.00025678595 | |
| 19827049 | 6 months ago | | | 0 | 0.00024304918 | |
| 19826992 | 6 months ago | | | 0 | 0.00021277126 | |
| 19820373 | 6 months ago | | | 0 | 0.00021044894 | |
| 19811499 | 6 months ago | | | 0 | 0.00033355504 |
ABI
ABI objects
Getter at block 21223562
DOMAIN_SEPARATOR() view returns (bytes32)
0xa243d247307e2c6a64024a96f3925874954a80348f9899d8e82f13a99ba8609a
decimals() view returns (uint8)
18
feeReceiver() view returns (address)
0x0ec0c436640b698652dbf2ceae0ffe9529b87bd6
liquidityAdded() view returns (uint256)
19498164
name() view returns (string)
RPG
operations() view returns (address)
0x78a5ab9a8b9571931a681cc3e507c1d3af9423ba
symbol() view returns (string)
RPG
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2WETHPair() view returns (address)
0x755f6ed3a061c7056eb08cb014c061bd6858ca57
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isUniswapPair(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addUniswapPair(address pair)
approve(address spender, uint256 amount) returns (bool)
changeFee(uint256 buyFee_, uint256 sellFee_)
changeFeeReceiver(address feeReceiver_)
changeOperations(address operations_)
changeSupplyDivisor(uint256 supplyDivisor_)
forceSwap()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
toggleBuySwap()
toggleSellSwap()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
receive()
AntiSnipe()
NoBalance()
NotGreaterThanFive()
NotZero()
OnlyOps()