Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Skuliens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18671938 | a year ago | | | 0 | 0.0018907618 | |
| 18231727 | a year ago | | | 0 | 0.00019075428 | |
| 18064333 | a year ago | | | 0 | 0.00099882238 | |
| 17869637 | a year ago | | | 0 | 0.00092771675 | |
| 17377460 | a year ago | | | 0 | 0.0014718159 | |
| 17301915 | 2 years ago | | | 0 | 0.0017379053 | |
| 16254144 | 2 years ago | | | 0 | 0.00029946870 | |
| 16155064 | 2 years ago | | | 0 | 0.00085467870 | |
| 16080563 | 2 years ago | | | 0 | 0.00048857188 | |
| 16001052 | 2 years ago | | | 0 | 0.00056883341 |
ABI
ABI objects
Getter at block 21293149
maxPerTxn() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
567
name() view returns (string)
Skuliens
owner() view returns (address)
0xb895d87b0e08fc95dd172259979f8ad4e3dd0888
price() view returns (uint256)
10000000000000000
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
Skuliens
totalSupply() view returns (uint256)
567
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events ChargeSpacecraft(uint256 _relicQuantities)
InitSkulSpacecraft(address _skulSpacecraftAddress)
airdrop(address[] holderAddresses, uint256 _quantity)
approve(address to, uint256 tokenId)
collectSacredRelic(uint256 _tokenID)
flipPublicSale()
mint(uint256 _quantity) payable
renounceOwnership()
robolienVisit()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()