SKIES

Verified contract

Active on Ethereum with 1,088 txns
Deployed by via 0xe9468d27 at 13238988
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SKIES"

0x6ed3c542a1c04c2362c20e5a7847166e3c38ddfee9a45069d32463580b81f43a
0xfc7ec4cf38c327b1570858f6ce490cf2d820c11f411327d510d3be4bf4a7faed
0x3c1fc17a1b5395a05d9a562bd255bf402c39b210a5f4e0ed2532960717d6fede
0xcaf7afa6b5a99b53a17c9c7f545db477000a54b7e1604cd11dba1c17f775370a
0x36b3014f217b510b86f81a91aa9175156f5e3e9c1b00498c6da133d78f002983
From
0x8676d31bc3fc0b1a8933c752663123ab01ea3bda7e489ec5945fc62b94cfcad7
0x256896fbae191ae88aacbbf7312944fec6490bb98f043382ecc454ba0266133c
0x7f5593ad8a718593d2f45cfa79d9b0c99fd98b91bbf36bad2a263874b254aa2a
0xbf20efa11f680d0a3c57c30a3c7dd2d4e8bb871be889462d859a3f473e5f465a
0xb9d1410ad4c41b3affea761ae6f3a4173c99bd1fb10109f313c70ddcd4551d1b

Functions
Getter at block 20861927
MAX_NFT_PURCHASEABLE(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
8000
baseURI(view returns (string)
https://moonwalk.mypinata.cloud/ipfs/QmQrvNdBmQkhDG1EVDqJJXJroFCsQhKURMkstX3HPi3MV7/
getMintPrice(view returns (uint256)
50000000000000000
isPresale(view returns (bool)
false
name(view returns (string)
SKIES
owner(view returns (address)
0x775a7254c539cd59a586a52b97be8d0366ba094d
paused(view returns (bool)
false
presaleContract(view returns (address)
0x8a91221b094c428eac0462174b05b51d5a3aa869
symbol(view returns (string)
SKIES
totalSupply(view returns (uint256)
1547
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
endPresale(
giveAwayNft(address touint256 numberOfTokens
mintNft(uint256 numberOfTokenspayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMintPrice(uint256 newPrice
setPresaleContract(address contractAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
ExceededMaxPurchaseable(uint256 maxPurchaseable
ExceededMaxSupply(uint256 maxSupply
NotEnoughEther(uint256 requiredEtherAmount