Zero Player Game
Verified contract
Proxy
Active on
Ethereum with 636 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "Zero Player Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19105370 | 9 months ago | | | 0 | 0.00061793294 | |
| 18117840 | a year ago | | | 0 | 0.00083314740 | |
| 17956207 | a year ago | | | 0 | 0.00065648516 | |
| 17543763 | a year ago | | | 0 | 0.0031969380 | |
| 17524433 | a year ago | | | 0 | 0.00053032500 | |
| 17517307 | a year ago | | | 0 | 0.0018856746 | |
| 17517275 | a year ago | | | 0 | 0.0018519001 | |
| 17517148 | a year ago | | | 0 | 0.0018109489 | |
| 17513035 | a year ago | | | 0 | 0.0021812601 | |
| 17512992 | a year ago | | | 0 | 0.0031347703 |
ABI
ABI objects
Getter at block 21123374
implementation() view returns (address)
0x02e2c2314eee894d6caa1d86c877b117542fbc72
initialized() view returns (bool)
true
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
1024
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Zero Player Game
owner() view returns (address)
0x9afeb84c1f4399acfa27f3659838788af611d3f3
symbol() view returns (string)
ZPG
totalSupply() view returns (uint256)
715
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events upgradeTo(address newImplementation)
approve(address to, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()