CryptopiaEarlyAccessShipTokenFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "CryptopiaEarlyAccessShipTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CryptopiaEarlyAccessShipTokenFactory"
ABI
ABI objects
Getter at block 21228192
INVERSE_BASIS_POINT() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
10000
MINT_FEE() view returns (uint256)
125000000000000000
MIN_LEGENDARY_SCORE() view returns (uint256)
9900
MIN_RARE_SCORE() view returns (uint256)
8500
REFERAL_FEE() view returns (uint256)
12500000000000000
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
getCurrentTokenId() view returns (uint256)
0
legacyShipToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
shipToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
legacyMintedAt(uint256) view returns (uint128)
legacySpecial(uint256) view returns (bytes32)
mintData(bytes32) view returns (bytes32 rare, bytes32 legendary)
referrers(bytes32) view returns (address)
State-modifying
Events initialize(address _shipToken, address _legacyShipToken, address _beneficiary)
mint(address to, bytes32[] ships, uint128[] skins, bytes32 referrer) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
retrieveTokens(address tokenContract)
setBeneficiary(address _beneficiary)
setLegacyMintedAt(uint256[] tokenIds, uint128[] mintedAt)
setReferrer(bytes32 referrerName, address referrerAddress)
transferOwnership(address newOwner)
upgrade(uint256[] tokenIds, bytes32[] ships, uint128[] skins)
withdraw()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.