Ghost Boyz
Verified contract
Proxy
Active on
Ethereum with 730 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 Boyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16794265 | 2 years ago | | | 0 | 0.0014652052 | |
| 16669371 | 2 years ago | | | 0 | 0.0012914207 | |
| 16669370 | 2 years ago | | | 0 | 0.0011610656 | |
| 16669368 | 2 years ago | | | 0 | 0.0013415436 | |
| 16669244 | 2 years ago | | | 0 | 0.0012472815 | |
| 16653115 | 2 years ago | | | 0 | 0.0013590307 | |
| 16652845 | 2 years ago | | | 0 | 0.00093474851 | |
| 16652785 | 2 years ago | | | 0 | 0.0013314250 | |
| 16652631 | 2 years ago | | | 0 | 0.0014918865 | |
| 16652626 | 2 years ago | | | 0 | 0.0013976316 |
ABI
ABI objects
Getter at block 21229842
implementation() view returns (address)
0x9191fbead18e51a1801aab9774a2e4a988974908
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
2000000000000000
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
999
name() view returns (string)
Ghost Boyz
owner() view returns (address)
0x13ff29d1155b365b14c44156859bff5ae22b9818
symbol() view returns (string)
GB
totalSupply() view returns (uint256)
999
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 operator, uint256 tokenId) payable
initData(string name, string token, string u, uint256 max, uint256 c)
mint(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxS, uint256 ro)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()