RugPullGuardian
Verified contract
Active on
Ethereum with 2,250 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($4,031.14)
Native
Value
$4,031.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.024025 | $3,936.56 |
$4,031.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20089733 | 6 months ago | | | 0 | 0.00027720000 | |
| 18903848 | a year ago | | | 0 | 0.00050012470 | |
| 18622661 | a year ago | | | 0 | 0.0032029301 | |
| 18408388 | a year ago | | | 0 | 0.00048974998 | |
| 18090344 | a year ago | | | 0 | 0.00051241421 | |
| 17838311 | a year ago | | | 0 | 0.00063438155 | |
| 17546092 | a year ago | | | 0 | 0.00066509507 | |
| 17136831 | 2 years ago | | | 0 | 0.00076389186 | |
| 17128527 | 2 years ago | | | 0 | 0.00086798914 | |
| 16876886 | 2 years ago | | | 0 | 0.0013202761 |
ABI
ABI objects
Getter at block 21384925
ConscriptionStartsAt() view returns (uint256)
1666166495
GuardianCount() view returns (uint256)
5036
GuardianIncrease() view returns (uint256)
6
GuardianSummonEnergy() view returns (uint256)
5400000000000000
GuardianWins() view returns (uint256)
0
PowerGain() view returns (uint256)
0
ResisterCount() view returns (uint256)
3938
ResisterIncrease() view returns (uint256)
8
ResisterSummonEnergy() view returns (uint256)
4600000000000000
ResisterWins() view returns (uint256)
6218536000000000000
RugPullEndsAt() view returns (uint256)
1666351343
RugPullTreasure() view returns (uint256)
6218536000000000000
WatchersEnergy() view returns (uint256)
0
activated_() view returns (bool)
true
gameover() view returns (bool)
true
getRugpullLP() view returns (uint256)
0
imageValid() view returns (uint256)
20000
name() view returns (string)
RugPullGuardian
owner() view returns (address)
0x91aea6ea86d7181dd1cbe190b90eed8b055674ec
symbol() view returns (string)
RPG
totalSupply() view returns (uint256)
8974
winner() view returns (uint256)
8973
Read-only
balanceOf(address owner) view returns (uint256)
claimed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnCharacters(address summoner) view returns (uint256[])
getPower(uint256 tokenId) view returns (uint256)
getTeam(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isGuardian(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate() payable
approve(address to, uint256 tokenId)
gainEnergy(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGuardianURI(string uri)
setImageValid(uint256 inc)
setResisterURI(string uri)
setRoot(bytes32 merkleroot)
setSummonURI(string uri)
summonGuardians(uint256 quantity, string inviteCode, bytes32[] proof) payable
summonResisters(uint256 quantity, string inviteCode, bytes32[] proof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
watcherEnergy()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
onCharacterSummon(uint256 indexed startId, uint256 indexed teamId, uint256 indexed quantity, uint256 energy, bool guardian, string signal, address summoner)
onEndGame(uint256 indexed winnerId, address indexed owner, bool guardian, uint256 treasure)
onWithdraw(uint256 tokenId, address owner, uint256 exp)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()