Prif Game 1
Verified contract
Active on
Ethereum with 525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f79…5a5d
Balances ($0.00)
No balances found for "Prif Game 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909953 | a year ago | | | 0 | 0.00048610626 | |
| 16414305 | 2 years ago | | | 0 | 0.0010493904 | |
| 16309462 | 2 years ago | | | 0 | 0.00069047622 | |
| 16270855 | 2 years ago | | | 0 | 0.00066279978 | |
| 15600915 | 2 years ago | | | 0 | 0.00027959940 | |
| 15555865 | 2 years ago | | | 0 | 0.00027223731 | |
| 15460068 | 2 years ago | | | 0 | 0.00029364622 | |
| 15423417 | 2 years ago | | | 0 | 0.00028569002 | |
| 15246944 | 2 years ago | | | 0 | 0.00076312772 | |
| 15180931 | 2 years ago | | | 0 | 0.00095059381 |
ABI
ABI objects
Getter at block 21315007
MAX_TOKENS() view returns (uint256)
10000
NUMBER_RESERVED_TOKENS() view returns (uint256)
100
PRICE() view returns (uint256)
40000000000000000
name() view returns (string)
Prif Game 1
notRevealedUri() view returns (string)
owner() view returns (address)
0x74f983ccd846a6cac3032d25407bfd43c4ce4ba4
reservedTokensMinted() view returns (uint256)
0
revealed() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PRIF
totalSupply() view returns (uint256)
1269
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)
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 to, uint256 tokenId)
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMax(uint256 newMax)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 newPrice)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.