Just a Ghost Profile Picture
Verified contract
Active on
Ethereum with 1,745 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 "Just a Ghost Profile Picture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251505 | 18 days ago | | | 0 | 0.0016048778 | |
| 20964719 | 2 months ago | | | 0 | 0.0016674555 | |
| 20231825 | 5 months ago | | | 0 | 0.00026852663 | |
| 20218955 | 5 months ago | | | 0 | 0.00032902728 | |
| 20169085 | 6 months ago | | | 0 | 0.00043285570 | |
| 19974390 | 6 months ago | | | 0 | 0.00041335106 | |
| 19736306 | 8 months ago | | | 0 | 0.00026804184 | |
| 19729047 | 8 months ago | | | 0 | 0.00039338399 | |
| 19528162 | 8 months ago | | | 0 | 0.0036077204 | |
| 19502659 | 9 months ago | | | 0 | 0.00074975227 |
ABI
ABI objects
Getter at block 21382408
freeNum() view returns (uint256)
3800
freePertx() view returns (uint256)
10
maxSupply() view returns (uint256)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Just a Ghost Profile Picture
owner() view returns (address)
0x87e600724c9aeb8ce9d16b05049e6f3a71bb410c
symbol() view returns (string)
Ghost
totalSupply() view returns (uint256)
5000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 f, uint256 t, uint256 m)
setUri(string i)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()