This contract is being backfilled. You may encounter incomplete storage history.

Skulltoons

Verified contract

Active on Ethereum with 21,428 txns
Deployed by via 0x77ac4c07 at 14412340
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Skulltoons"

0x7989ed3f670029ab36fdf2b5d124e9f435f626d00a132d0104f5dad16c81d653
0x50cd2d0f39b7f87b1f0f3de69e0f5c30d75639125757c966460a4595e4fd4658
0xb310c9af8b5ec49b42e63411e78960620767b53aee0027e2b73144caecfee061
0x000c1ac38a54a0a6f20ae0eb271b7809fa632a97d06a9b5b8b6e7ac75dc8eac7
0xff1a6a42e88a062424b1ebd49eacd2669b6f5ec17d8f7fb5438857e776716e82
0x901b3010488db98ded26a888df366b0b8ba6d6772183b48dfd5082f5c49a9e73
0x85494611935a7445165c7f38df9353c63745e8aa77131857975667df7e4b4a16
0xc7f19dc86a2ce05ceb1b852823cf96ea630005470e239b63b613f284ffc56794
0x4e543de72179dac5c03d7cc6203fe02e69b89aee7ac5032472d1b471d06fc6c7
0xaec92cb24425c519b3ea70223317b9b0df7a9127659a07c565863c9de74a157d

Functions
Getter at block 20809149
AIRDROP_SUPPLY(view returns (uint256)
77
MAX_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
7700
PRICE_PER_NFT(view returns (uint256)
145000000000000000
ROYALTY_PERCENT(view returns (uint256)
7
THEODORU_ADDRESS(view returns (address)
0x9d20e79a853409ec89aa37116d823da8066743a8
currentState(view returns (uint8)
4
name(view returns (string)
Skulltoons
owner(view returns (address)
0xc9148d7367283cf5dbce16673c4676e19b9cf761
royaltyAddress(view returns (address)
0xc9148d7367283cf5dbce16673c4676e19b9cf761
symbol(view returns (string)
SKULL
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNFTPrice(uint256 quantitypure returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
approve(address touint256 tokenId
changeContractState(uint8 _state
claim(uint256 quantityuint256 maxMintAmountbytes signaturepayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _basestring _suffix
setRoyalties(address _royaltyAddressuint256 _royaltyPercent
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateSignVersion(string _signVersion
updateSigner(address _signer
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _basestring _suffix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedsMaxPerAddress(
ExceedsMaxSupply(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
SaleNotOpen(
SignatureNotValid(
TokenDoesNotExist(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
WrongEtherAmountSent(