Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef95…6f5b
3 additional
variables
Balances ($0.00)
No balances found for "Glyphic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210672 | 3 days ago | | | 0 | 0.00049923616 | |
| 21140870 | 12 days ago | | | 0 | 0.00036760477 | |
| 21116661 | 16 days ago | | | 0 | 0.00029920795 | |
| 20639743 | 3 months ago | | | 0 | 0.000057531445 | |
| 20639739 | 3 months ago | | | 0 | 0.000066851777 | |
| 20639736 | 3 months ago | | | 0 | 0.000068122174 | |
| 20639733 | 3 months ago | | | 0 | 0.000068876658 | |
| 20356590 | 4 months ago | | | 0 | 0.00090485542 | |
| 19247980 | 9 months ago | | | 0 | 0.0010945517 | |
| 18905314 | a year ago | | | 0 | 0.00031459133 |
ABI
ABI objects
Getter at block 21229328
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0xca5352836399349824e0783e0c145f5ec79827b96056065c3b5bc50a3ada8e5a
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
MAX_MULTIMINT() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
9999999
MAX_PUBLIC_SUPPLY() view returns (uint256)
6500
MAX_RESERVED_SUPPLY() view returns (uint256)
500
MAX_SUPPLY() view returns (uint256)
7000
MAX_WHITELIST_MULTIMINT() view returns (uint256)
10
PRICE() view returns (uint256)
120000000000000000
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0x36eb0656e6f0abdef4c0d8d788d2627591bc46bbb756eb386f76efaaea1c4a2c
WHITELIST_PRICE() view returns (uint256)
0
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
https://ipfs.madewithmason.com/ipfs/QmTMG3k6qHtxm5u2zWZgaf3W3TVidEuF4k3xFf2oizVLpc/
name() view returns (string)
Glyphic
owner() view returns (address)
0x22190d979c11a49611fb558e31c3e0fbeddd1fe9
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GLYP
totalReservedSupply() view returns (uint256)
500
totalSupply() view returns (uint256)
1150
whitelistIsActive() view returns (bool)
false
Read-only
allowedMintCount(address minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes signature) view returns (bool)
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)
flipSaleState()
flipWhitelistState()
mint(uint256 count) payable
ownerMint(uint256 count, address recipient)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxPerWallet(uint256 _maxPerWallet)
setMultiMint(uint256 _maxMultimint)
setPrice(uint256 _tokenPrice)
setSigningAddress(address newSigningKey)
setWhitelistMultiMint(uint256 _maxMultimint)
setWhitelistPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, bytes signature) 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 tokenName, string tokenSymbol, string customBaseURI_, address[] payees, uint256[] shares, uint256 _tokenPrice, uint256 _tokensForSale, uint256 _tokensReserved)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()