SkywalkerZ
Verified contract
Active on
Ethereum with 490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,421.65)
Native
Value
$1,421.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.45 | $3,159.23 |
$1,421.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20438302 | 3 months ago | | | 0 | 0.00026516593 | |
| 19913210 | 6 months ago | | | 0 | 0.0030878082 | |
| 18271636 | a year ago | | | 0 | 0.0011752024 | |
| 18270815 | a year ago | | | 0 | 0.0020965936 | |
| 18270431 | a year ago | | | 0 | 0.0010728502 | |
| 18270401 | a year ago | | | 0 | 0.00084987402 | |
| 18270393 | a year ago | | | 0.05 | 0.0018725968 | |
| 18244440 | a year ago | | | 0.05 | 0.0010410775 | |
| 18192870 | a year ago | | | 0.05 | 0.0015322868 | |
| 18190468 | a year ago | | | 0.1 | 0.0024421471 |
ABI
ABI objects
Getter at block 21203026
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://api.dreamdao.xyz/metadata/
cost() view returns (uint256)
50000000
maxMintAmountPerSession() view returns (uint256)
30
maxNumberPurchasable() view returns (uint256)
2030
maxSupply() view returns (uint256)
4060
name() view returns (string)
SkywalkerZ
nftPerAddressLimit() view returns (uint256)
100
owner() view returns (address)
0xc88b4ea090964434514cf4edda31cf291de2a4eb
paused() view returns (bool)
false
symbol() view returns (string)
SKYWALKERZ
totalNftsBoughtFromContract() view returns (uint256)
373
totalSupply() view returns (uint256)
486
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintToAddress(address to, uint256 _mintAmount)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmountPerSession(uint256 _newMaxMintAmountPerSession)
setMaxNumberPurchasable(uint256 _newMaxNumberPurchasable)
setNftPerAddressLimit(uint256 _limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.