RugPullGuardianV2
Verified contract
Active on
Ethereum with 563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "RugPullGuardianV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16706879 | 2 years ago | | | 0 | 0.0011602700 | |
| 16706861 | 2 years ago | | | 0 | 0.0015133802 | |
| 16595404 | 2 years ago | | | 0 | 0.0011071229 | |
| 16401187 | 2 years ago | | | 0.026 | 0.00088181985 | |
| 16306291 | 2 years ago | | | 0 | 0.00080824437 | |
| 16074305 | 2 years ago | | | 0.00228 | 0.00040412536 | |
| 16010283 | 2 years ago | | | 0 | 0.00063267812 | |
| 15999012 | 2 years ago | | | 0 | 0.00056958148 | |
| 15957590 | 2 years ago | | | 0 | 0.00052009435 | |
| 15911809 | 2 years ago | | | 0.0252 | 0.00043367413 |
ABI
ABI objects
Getter at block 21421157
ConscriptionStartsAt() view returns (uint256)
1667462411
GuardianCount() view returns (uint256)
1082
GuardianIncrease() view returns (uint256)
8
GuardianSummonEnergy() view returns (uint256)
1880000000000000
GuardianWins() view returns (uint256)
0
PowerGain() view returns (uint256)
0
ResisterCount() view returns (uint256)
2070
ResisterIncrease() view returns (uint256)
9
ResisterSummonEnergy() view returns (uint256)
3240000000000000
ResisterWins() view returns (uint256)
2180126000000000000
RugPullEndsAt() view returns (uint256)
1667601227
RugPullTreasure() view returns (uint256)
2180126000000000000
WatchersEnergy() view returns (uint256)
0
activated_() view returns (bool)
true
gameover() view returns (bool)
true
getRugpullLP() view returns (uint256)
0
imageValid() view returns (uint256)
10000
name() view returns (string)
RugPullGuardianV2
owner() view returns (address)
0x7b1cf2d126a44af6606439b30d4156b783230c2d
symbol() view returns (string)
RPGV2
totalSupply() view returns (uint256)
3152
winner() view returns (uint256)
3151
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)
watcherEndEnergy()
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()