TheWickedCraniums
Verified contract
Active on
Ethereum with 21,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TheWickedCraniums"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147940 | 2 days ago | | | 0 | 0.00028605446 | |
| 21146869 | 2 days ago | | | 0 | 0.00023128700 | |
| 21145537 | 3 days ago | | | 0 | 0.00062688486 | |
| 21142978 | 3 days ago | | | 0 | 0.00099674574 | |
| 21137393 | 4 days ago | | | 0 | 0.00094637299 | |
| 21135885 | 4 days ago | | | 0 | 0.00064010889 | |
| 21112717 | 7 days ago | | | 0 | 0.00021816735 | |
| 21107509 | 8 days ago | | | 0 | 0.00041291406 | |
| 21103060 | 9 days ago | | | 0 | 0.000099474200 | |
| 21097118 | 9 days ago | | | 0 | 0.00021214906 |
ABI
ABI objects
Getter at block 21163972
MAX_CRANIUMS() view returns (uint256)
10762
PROV() view returns (string)
b80d60a4defcca5af3ed6526d8c0f86089b9400659c89da2b2725b32f8686d4a
baseURI() view returns (string)
https://raw.githubusercontent.com/recklesslabs/wickedcraniums/main/
craniumPrice() view returns (uint256)
60000000000000000
maxCraniumPurchase() view returns (uint256)
100
name() view returns (string)
TheWickedCraniums
owner() view returns (address)
0xa343f89e7a90ce6eb8888a4247820697dbe05623
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TWC
totalSupply() view returns (uint256)
10762
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintCraniums(uint256 numberOfTokens) payable
renounceOwnership()
reserveCraniums()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.