Ghost Boy

Verified contract

Active on Ethereum with 22,224 txns
Deployed by via 0xce819799 at 16645507
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ghost Boy"

0xddffa9131160f791693cacd8da3f72e5bab11768d75d75b7d785186473fcbe4a
0xe296a24d8728473887997dee960f61ad4892ad1dcefcddf2c13749044647436e
0x7adf6e08f9c688f4b63492212f84b1f62fb1ae3ee457ea1de119b1b4b70933db
From
0xcec58855ec36ec53b96ac5190eb0edc4f8c652a42f458a28ed4d346451fd25c5
0xd078ee1ae2ae15ff493b5d02eaba075492a01e6536a350e422c2737105cdcf18
0x4b7bca4f8dfebf8b1087743e1b869751d4a7229f8fd2bd473dfb5095eb4353f6
0x836fcdff49628e4f8c11391bcf7d6ca403f3287be6d32d7aa8a0537de4c36f01
0x2d745b61775fbd1c63d7430a1a7fa24c0c8c2ad76e74f30d796e93151b2302c8
0x13e00b00dcb9d9c79f460dcd000cdb48806fdd5134fe0e3d76fe3341465ecb8b
0xc999dc36fbc9299eca575e32b3e5501093d610c9fa8588c6cf01219cd6ff6fc7

Functions
Getter at block 21161009
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SETTER_ROLE(view returns (bytes32)
0x33ced24247734ac36f5eccd70a678ac20efc99a63f7ae972c9394528cc9df85d
FUND_MANAGER_ROLE(view returns (bytes32)
0x0b84ee281e5cf521a9ad54a86fafe78946b157177e231bd8ae785af4d3b3620f
LIST_SETTER_ROLE(view returns (bytes32)
0x50358d54033371cd7c49ce476a9d4c06dff7774afe05888d4a22b287e1bfe7f4
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
TIME_SETTER_ROLE(view returns (bytes32)
0x2c0f3a1f2674808454a7f6386486a621d8c962df6d4c596d78176b79a98afc8d
baseUri(view returns (string)
https://ghostboy.mypinata.cloud/ipfs/QmR6GjmZmtadFEEkeSHwFYPLNJH7W2tQsMFjHPfAZPKpeS/
cap(view returns (uint256)
6666
ghostlistDuration(view returns (uint256)
604800
ghostlistRoot(view returns (bytes32)
0xef3ed85a8641054387307d35cb9ef8076d78c61e7771c9d7e655edf91c871d55
mintPrice(view returns (uint256)
25000000000000000
mintStart(view returns (uint256)
1676653200
name(view returns (string)
Ghost Boy
owner(view returns (address)
0x87e0a274007b6e8bdee0acabb701dfd0081abe8a
placeholderTokenUri(view returns (string)
https://ghostboy.mypinata.cloud/ipfs/QmU34aAF3scjR3TkWhCWdZ7SdTdXgixXGRd26T7zoxPiJa/
reserved(view returns (uint256)
666
symbol(view returns (string)
GHOST
totalSupply(view returns (uint256)
6666
vault(view returns (address)
0x87e0a274007b6e8bdee0acabb701dfd0081abe8a
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isGhostlisted(address accountbytes32[] proofview returns (bool)
minterTokenId(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
incrementReserves(uint256 countToMint
mint(bytes32[] proofpayable 
mintReserves(uint256 toTokenId
multicall(bytes[] datareturns (bytes[] results)
recoverERC20(address tokenIdaddress recipientuint256 amount
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setGhostlistDuration(uint256 _ghostlistDuration
setGhostlistRoot(bytes32 _ghostlistRoot
setMintStart(uint256 _mintStart
setPlaceholderTokenURI(string _placeholderTokenUri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateBaseUri(string uri
UpdateGhostlistDuration(uint256 durationSeconds
UpdateGhostlistRoot(bytes32 root
UpdateMintStart(uint256 startTime
UpdatePlaceholderTokenUri(string uri
Constructor
constructor(address _vaultuint96 _reservedstring _placeholderTokenUri
Fallback and receive
receive(
Errors
MintingCapped(address minter
MintingComplete(
MintingLocked(
MissingToken(
MissingValue(uint256 provideduint256 required
OperatorNotAllowed(address operator
OutsideWindow(uint256 startTimeuint256 endTime
ReserveSupplyMissing(uint256 provideduint256 required
UnrecoverableToken(address token