Ghost Boy
Verified contract
Active on
Ethereum with 22,224 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 "Ghost Boy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146996 | 2 days ago | | | 0 | 0.00054760731 | |
| 21109519 | 7 days ago | | | 0 | 0.00039418959 | |
| 21106286 | 8 days ago | | | 0 | 0.00015794520 | |
| 21106215 | 8 days ago | | | 0 | 0.00017426640 | |
| 21106203 | 8 days ago | | | 0 | 0.00013221732 | |
| 21105075 | 8 days ago | | | 0 | 0.00019524092 | |
| 21104233 | 8 days ago | | | 0 | 0.00026734409 | |
| 21102483 | 8 days ago | | | 0 | 0.00018671632 | |
| 21102075 | 8 days ago | | | 0 | 0.00027406292 | |
| 21101961 | 8 days ago | | | 0 | 0.00024026839 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isGhostlisted(address account, bytes32[] proof) view returns (bool)
minterTokenId(address) view returns (uint256)
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 operator, uint256 tokenId)
grantRole(bytes32 role, address account)
incrementReserves(uint256 countToMint)
mint(bytes32[] proof) payable
mintReserves(uint256 toTokenId)
multicall(bytes[] data) returns (bytes[] results)
recoverERC20(address tokenId, address recipient, uint256 amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setGhostlistDuration(uint256 _ghostlistDuration)
setGhostlistRoot(bytes32 _ghostlistRoot)
setMintStart(uint256 _mintStart)
setPlaceholderTokenURI(string _placeholderTokenUri)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateBaseUri(string uri)
UpdateGhostlistDuration(uint256 durationSeconds)
UpdateGhostlistRoot(bytes32 root)
UpdateMintStart(uint256 startTime)
UpdatePlaceholderTokenUri(string uri)
constructor(address _vault, uint96 _reserved, string _placeholderTokenUri)
receive()
MintingCapped(address minter)
MintingComplete()
MintingLocked()
MissingToken()
MissingValue(uint256 provided, uint256 required)
OperatorNotAllowed(address operator)
OutsideWindow(uint256 startTime, uint256 endTime)
ReserveSupplyMissing(uint256 provided, uint256 required)
UnrecoverableToken(address token)