Skulltoons
Verified contract
Active on
Ethereum with 21,438 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 "Skulltoons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239199 | 2 days ago | | | 0 | 0.00064677093 | |
| 21163833 | 13 days ago | | | 0 | 0.00090254758 | |
| 21154688 | 14 days ago | | | 0 | 0.00025599390 | |
| 21146772 | 15 days ago | | | 0 | 0.00047174269 | |
| 21103435 | 21 days ago | | | 0 | 0.00011305581 | |
| 20997397 | a month ago | | | 0 | 0.00023003615 | |
| 20993899 | a month ago | | | 0 | 0.0010987576 | |
| 20869904 | 2 months ago | | | 0 | 0.00075169697 | |
| 20863436 | 2 months ago | | | 0 | 0.00043287939 | |
| 20861929 | 2 months ago | | | 0 | 0.00030196797 |
ABI
ABI objects
Getter at block 21256547
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPrice(uint256 quantity) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
approve(address to, uint256 tokenId)
changeContractState(uint8 _state)
claim(uint256 quantity, uint256 maxMintAmount, bytes signature) payable
mint(uint256 quantity) 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 _base, string _suffix)
setRoyalties(address _royaltyAddress, uint256 _royaltyPercent)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSignVersion(string _signVersion)
updateSigner(address _signer)
withdraw()
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 _base, string _suffix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedsMaxPerAddress()
ExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
SaleNotOpen()
SignatureNotValid()
TokenDoesNotExist()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
WrongEtherAmountSent()