OrbitalBlockade
Verified contract
Active on
Ethereum with 114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Pirates | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14591489 | 3 years ago | | | 0 | 0.0015854063 | |
| 14580387 | 3 years ago | | | 0 | 0.0010653065 | |
| 14574124 | 3 years ago | | | 0 | 0.0021730498 | |
| 14572351 | 3 years ago | | | 0 | 0.010837897 | |
| 14571283 | 3 years ago | | | 0 | 0.010137066 | |
| 14570778 | 3 years ago | | | 0 | 0.012505270 | |
| 14570385 | 3 years ago | | | 0 | 0.0055215533 | |
| 14570227 | 3 years ago | | | 0 | 0.0034003220 | |
| 14570180 | 3 years ago | | | 0 | 0.0045316330 | |
| 14570146 | 3 years ago | | | 0 | 0.0065531822 |
ABI
ABI objects
Getter at block 21379185
MAX_RANK() view returns (uint8)
8
auth() view returns (address)
0x528d181ef113b1ea48a82df9f2778abbf2fef7ad
masterStaker() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
pirGames() view returns (address)
0x0000000000000000000000000000000000000000
pirateNFT() view returns (address)
0x0000000000000000000000000000000000000000
piratesStaked() view returns (uint256)
11
raw() view returns (address)
0x0000000000000000000000000000000000000000
rawEonPerRank() view returns (uint256)
320512
Read-only
calculateRewards(uint256 tokenId) view returns (uint256 owed)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
randomPirateOwner(uint256 seed) view returns (address)
State-modifying
Events addAdmin(address addr)
addPiratesToCrew(address account, uint16[] tokenIds)
claimPiratesFromCrew(address account, uint16[] tokenIds, bool unstake)
payPirateTax(uint256 amount)
removeAdmin(address addr)
rescue(uint256[] tokenIds)
setContracts(address _pirateNFT, address _raw, address _pirGames, address _masterStaker)
setPaused(bool _paused)
setRescueEnabled(bool _enabled)
transferOwnership(address newOwner)
Paused(address account)
PirateClaimed(uint256 indexed tokenId, bool indexed unstaked, uint256 earned)
PirateStaked(address indexed sOwner, uint256 indexed tokenId, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.