Try To Rug Me
Verified contract
Active on
Ethereum with 2,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RUGME | ERC-20 | 13.408157B | -- | -- | |
(#0) | ERC-1555 | 1 | -- | -- | |
) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1) | ERC-1555 | 1 | -- | -- | |
(#14) | ERC-1555 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495583 | 4 months ago | | | 0 | 0.000028966404 | |
| 20335203 | 5 months ago | | | 0 | 0.00041064243 | |
| 19838982 | 7 months ago | | | 0 | 0.00044948933 | |
| 19510670 | 9 months ago | | | 0 | 0.00074426951 | |
| 19510666 | 9 months ago | | | 0 | 0.00063911370 | |
| 19282636 | 10 months ago | | | 0 | 0.0018869825 | |
| 19074244 | a year ago | | | 0 | 0.00020044085 | |
| 19074242 | a year ago | | | 0 | 0.00019508432 | |
| 19067867 | a year ago | | | 0 | 0.00028164175 | |
| 19053220 | a year ago | | | 0 | 0.00022419567 |
ABI
ABI objects
Getter at block 21426542
decimals() view returns (uint8)
18
name() view returns (string)
Try To Rug Me
owner() view returns (address)
0xfaded72464d6e76e37300b467673b36ecc4d2ccf
pool() view returns (address)
0xc9b03c1c3c8567e8115dec30c62dbd3df8071ec3
positions() view returns (uint256 lower, uint256 upper)
(lower=515179, upper=515180)
rugged() view returns (bool)
false
symbol() view returns (string)
RUGME
totalSupply() view returns (uint256)
999999999998999999999990999998
Read-only
allInfoFor(address _user) view returns (bool isRugged, uint256 totalTokens, uint256 wethBalance, uint256 userBalance, uint256 userRewards)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
rewardsOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
burn(uint256 _tokens)
claimRewards()
collectTradingFees()
initialize()
refund()
rug(bytes _signature)
setOwner(address _owner)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 tokens)
ClaimRewards(address indexed user, uint256 amount)
Reward(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.