Gutter Craniums
Verified contract
Active on
Ethereum with 4,976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($188.67)
Native
Value
$188.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,144.45 |
$188.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095315 | 11 days ago | | | 0 | 0.00039481719 | |
| 21088138 | 12 days ago | | | 0 | 0.00081413997 | |
| 20788897 | 2 months ago | | | 0 | 0.00059218407 | |
| 20607940 | 3 months ago | | | 0 | 0.000049271454 | |
| 20500497 | 3 months ago | | | 0 | 0.000049796282 | |
| 20480809 | 3 months ago | | | 0 | 0.00019534827 | |
| 20478438 | 3 months ago | | | 0 | 0.00033448046 | |
| 20272464 | 4 months ago | | | 0 | 0.00068716090 | |
| 20214698 | 4 months ago | | | 0 | 0.00021312042 | |
| 20197697 | 4 months ago | | | 0 | 0.00012462090 |
ABI
ABI objects
Getter at block 21177339
PROVENANCE_HASH() view returns (string)
d0e4634596d2bb4801c5b1b5f5847d59d331058ebdf6e4a715b83d33e63b070b
baseURI() view returns (string)
https://raw.githubusercontent.com/guttercraniums/guttercraniumsmeta/main/
cost() view returns (uint256)
0
costWhitelist() view returns (uint256)
55000000000000000
isOnlyWhitelisted() view returns (bool)
false
isPaused() view returns (bool)
false
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
maxSupplyWhitelist() view returns (uint256)
2500
name() view returns (string)
Gutter Craniums
owner() view returns (address)
0x67d308c7caaec74adc6c571d8200514056b2f93a
symbol() view returns (string)
GC
totalSupply() view returns (uint256)
10000
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)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _numTokens) payable
onlyWhitelisted(bool _state)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setCostWhitelist(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupplyWhitelist(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsersAdd(address[] _users)
whitelistUsersRemove(address[] _users)
withdraw() payable
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, string _initBaseURI, uint256 _numTokensPreMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.