Sacred Skulls
Verified contract
Active on
Ethereum with 13,038 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 "Sacred Skulls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252326 | 4 days ago | | | 0 | 0.00060487253 | |
| 21252323 | 4 days ago | | | 0 | 0.00086823984 | |
| 21218521 | 9 days ago | | | 0 | 0.00049763784 | |
| 21195222 | 12 days ago | | | 0 | 0.00088011342 | |
| 21145784 | 19 days ago | | | 0 | 0.00053390132 | |
| 21105379 | 25 days ago | | | 0 | 0.00012694725 | |
| 21103091 | 25 days ago | | | 0 | 0.000078235284 | |
| 21103088 | 25 days ago | | | 0 | 0.000082414551 | |
| 21017217 | a month ago | | | 0 | 0.00013837886 | |
| 21012927 | a month ago | | | 0 | 0.00042671293 |
ABI
ABI objects
Getter at block 21283456
MAX_MINTS_PER_TXN() view returns (uint256)
20
baseURI() view returns (string)
https://mint.sacredskullsnft.io/api/metadata/
isLocked() view returns (bool)
false
maxPresaleMintsPerWallet() view returns (uint256)
4
maxTokenSupply() view returns (uint256)
8888
mintPrice() view returns (uint256)
65000000000000000
name() view returns (string)
Sacred Skulls
owner() view returns (address)
0xa3b58622c487fd1cc0dbe3153b2a9a2b9ffb5cf8
preSaleIsActive() view returns (bool)
false
provenance() view returns (string)
saleIsActive() view returns (bool)
false
symbol() view returns (string)
SSKULL
totalSupply() view returns (uint256)
8888
Read-only
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)
flipPreSaleState()
flipSaleState()
lockProvenance()
mint(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens) payable
renounceOwnership()
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxPresaleMintsPerWallet(uint256 newLimit)
setMaxTokenSupply(uint256 maxSupply)
setMintPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
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 name, string symbol, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.