SKYWALKER
Verified contract
Active on
Ethereum with 831 txns
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 "SKYWALKER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20558421 | 2 months ago | | | 0 | 0.000025797787 | |
| 20543401 | 3 months ago | | | 0 | 0.000039531200 | |
| 20246153 | 4 months ago | | | 0 | 0.000053414000 | |
| 20246153 | 4 months ago | | | 0 | 0.000049414000 | |
| 19898739 | 5 months ago | | | 0 | 0.00016182276 | |
| 19898738 | 5 months ago | | | 0 | 0.00016946878 | |
| 19629860 | 7 months ago | | | 0 | 0.00059477624 | |
| 19223600 | 9 months ago | | | 0 | 0.00048422096 | |
| 18318388 | a year ago | | | 0 | 0.00025719300 | |
| 17714508 | a year ago | | | 0 | 0.0017306780 |
ABI
ABI objects
Getter at block 21095219
WLcost() view returns (uint256)
14000000000000000
appendedID() view returns (bool)
true
maxSupply() view returns (uint256)
333
name() view returns (string)
SKYWALKER
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
pubActive() view returns (bool)
true
pubCost() view returns (uint256)
20000000000000000
symbol() view returns (string)
SKYWALKER
totalSupply() view returns (uint256)
333
wlActive() view returns (bool)
true
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)
pubPaidMintAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistPaidClaimed(address) view returns (uint256)
State-modifying
Events activatePublicSale()
activateWLSale()
approve(address to, uint256 tokenId)
mintPublic(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool appendID)
setMerkleRoot(bytes32 _merkleRoot)
setPubCost(uint256 _newCost)
setWLCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(address _account, uint256 _quantity)
withdraw() payable
withdrawAny(uint256 _amount) payable
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()