Skullki
Verified contract
Active on
Ethereum with 5,327 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 "Skullki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16771082 | 2 years ago | | | 0 | 0.0018414808 | |
| 16587064 | 2 years ago | | | 0 | 0.0014346706 | |
| 16331128 | 2 years ago | | | 0 | 0.00076905027 | |
| 16288800 | 2 years ago | | | 0 | 0.00077397878 | |
| 16288769 | 2 years ago | | | 0 | 0.00083930836 | |
| 15943012 | 2 years ago | | | 0 | 0.00074399674 | |
| 15943005 | 2 years ago | | | 0 | 0.0010147248 | |
| 15852164 | 2 years ago | | | 0 | 0.00040255278 | |
| 15590885 | 2 years ago | | | 0 | 0.00051296467 | |
| 15580686 | 2 years ago | | | 0 | 0.00018134784 |
ABI
ABI objects
Getter at block 21176230
MaxSupply() view returns (uint32)
5555
MintPrice() view returns (uint256)
5000000000000000
Started() view returns (bool)
true
WalletLimit() view returns (uint32)
10
_metadataURI() view returns (string)
ipfs://QmU5MHsm5ryrGMGXa55c2RvoeukszUUuobNym5LCh7YSAK/
name() view returns (string)
Skullki
owner() view returns (address)
0xfc342df87ce5076661ad341c051290223bfcd271
symbol() view returns (string)
SK
totalSupply() view returns (uint256)
5555
Read-only
_state(address minter) view returns (struct SkullkiState)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataURI(string uri)
setStarted(bool started)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 mintPrice, uint32 maxSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrorExceedMaxSupply()
ErrorExceedWalletLimit()
ErrorInsufficientFund()
ErrorSaleNotStarted()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()