SKULLTOONS

Verified contract

Active on Ethereum with 50 txns
Deployed by via 0xc815a484 at 14318884
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SKULLTOONS"

0x5f3d2a2e95a61e19c399bd268f266cbf43c3a6fdb79c13543dd71000adc6588c
0x9ce15361205bd50e1a051797b9fe3751981fc4fd52515d8531dbf864c6e76aa4
0xc3e0997666404f9f932f8af7032c0000f65cd9e326e4fd42bde71293a3aebad4
0x13e7913fbdab96749e39946e44f1d344fead20ad7d878c132e4a01cd72faebc2
0xe29661bbb8822bfe2fa76114b3062d82969b1c3e615c707888940be4d96c5fdd
0x43b2c06c8d94c49016e2d3c374f1d088cc744977b5a915d89afae41ae0774fc2
0xe1c64889c34b2a6bac1a5194e13b737779f3be62fd0d4eb8fcc171ec8312d32e
0x2883087742230a6825dd8e47c4eacaaf88528721a50454ef026ad15470e99267
0x3e413dfce509a6eb7d7328dc21ebab4c77fefcad6274c9c39cbebd2525558a11
0xaaf80cb210e773d9fec0b635e207e6d620b4c9f52d957566321fa449a01eaba6

Functions
Getter at block 21169241
MAX_SUPPLY(view returns (uint256)
7777
name(view returns (string)
SKULLTOONS
owner(view returns (address)
0xf56795b55a38c4e70e087ad3a847eedc5aca1ded
price(view returns (uint256)
1800000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
ST
totalSupply(view returns (uint256)
496
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)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(