STARKADE
Verified contract
Active on
Ethereum with 11,348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7014 additional slots
-
variable spans 438 additional slots
-
variable spans 7 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "STARKADE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109755 | 7 days ago | | | 0 | 0.00022083172 | |
| 21106180 | 8 days ago | | | 0 | 0.00010984248 | |
| 21042871 | 16 days ago | | | 0 | 0.00037841027 | |
| 21001819 | 22 days ago | | | 0 | 0.00038864538 | |
| 20977607 | a month ago | | | 0 | 0.00058850387 | |
| 20976216 | a month ago | | | 0 | 0.00045824727 | |
| 20671487 | 2 months ago | | | 0 | 0.000057593030 | |
| 20590388 | 3 months ago | | | 0 | 0.000024337064 | |
| 20590243 | 3 months ago | | | 0 | 0.000047912322 | |
| 20425537 | 3 months ago | | | 0 | 0.00019638992 |
ABI
ABI objects
Getter at block 21160515
IPFS_Core_Folder() view returns (string)
QmXpsX4myorQEJopa6Tgn7FPTZDuLfkdmQSXFXZLMyNw2p
IPFS_Legion_Folder() view returns (string)
QmdXBZ1VxzLB6HYZhQwEA6DwFBVszceR8BwHgbKUkmDciT
IPFS_Pass_Folder() view returns (string)
QmbV6BAobg6Difv4nEAszf9V2miBLkCE7aPdVSbBFHBEB9
IPFS_URI_Prefix() view returns (string)
https://starkade-legion.mypinata.cloud/ipfs/
MetadataContractAddress() view returns (address)
0xc0776f9cb98444d49949f2c1383287155941b791
contractOwner() view returns (address)
0x1c97284076c8edc8620f63dd07d7f93b07111701
contractState() view returns (uint8)
3
coreRaffleIncrement() view returns (uint256)
81918643972203779099
equipmentSelectionState() view returns (uint8)
0
name() view returns (string)
STARKADE
paused() view returns (bool)
false
price() view returns (uint256)
80000000000000000
revealBlock() view returns (uint256)
14147940
revealHash() view returns (bytes32)
0x6bc1044a8b4b1baf6a6ce0095956ddd3781ca5e55639654b7880172e78c8e762
revealSeed() view returns (bytes32)
0x14a682b2ecc2f083f1fcd0d30dab7840ac42494b28451a371ecb783be6352df0
saleOpenBlock() view returns (uint256)
14115128
symbol() view returns (string)
💫
totalSupply() view returns (uint256)
7015
Read-only
Attributes(uint256) view returns (string)
BoostNames(uint256) view returns (string)
EquipmentBonuses(uint256) view returns (uint8)
Equipped(uint256) view returns (uint8)
PassTypeNames(uint256) view returns (string)
RegionNames(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
cityInfo(uint256 cityId) view returns (string regionName, string cityName, string characteristic)
getApproved(uint256 tokenId) view returns (address)
getDNA(uint256 tokenId) view returns (uint256)
getEquipmentOptions(uint256 tokenId) view returns (uint8[5])
getTraitIndexes(uint256 tokenId) view returns (uint16[15] attributes, uint8[5] boosts)
getTraits(uint256 tokenId) view returns (string[16] attributes, uint8[5] boosts, string image)
isApprovedForAll(address owner, address operator) view returns (bool)
isCore(uint256 tokenId) view returns (bool, uint256)
ownerOf(uint256 tokenId) view returns (address)
passType(uint256 tokenId) view returns (uint8)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 tokenId) view returns (uint256)
tokenExists(uint256 tokenId) view returns (bool)
tokenImage(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
traitName(uint256 traitIndex) view returns (string)
validFlightlistPass(address recipient, bytes pass) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
chooseEquipment(uint256 tokenId, uint8 choice)
closeEquipmentSelection()
givePass(address recipient)
givePasses(address[] recipients)
mint(address recipient, uint256 quantity, bytes pass) payable
openEquipmentSelection()
openSale()
pause()
permanentlyFreezeEquimentSelection()
reveal(uint256 seed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFlightlistSigningAddress(address flightlistSigningAddress)
setIpfsURIPrefix(string ipfsURIPrefix)
setMetadataContract(address metadata)
setPrice(uint256 priceWei)
setSeedHash(bytes32 hash, string ipfsCore, string ipfsLegion)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawForeignERC20(address tokenContract)
withdrawForeignERC721(address tokenContract, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address flightlistSigningAddress, string ipfsPass)
This contract contains no fallback and receive objects.
This contract contains no error objects.