GameOfLifeMintPass

Verified contract

Active on Ethereum with 584 txns
Deployed by via 0xbef17cc4 at 14855361
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GameOfLifeMintPass"

0x42a540e108f898db7a0147d57a4998e9ca74d0459c0f7d9511aec408686b6e60
0xe687258060de46eeba717d7caf6c6253197897fe4a3d3ad8eae8f85830e0add5
0x73663a0c61eaebb9a0f615ea36469826243326e8479fedf01d77e3cdaf431bf8
0x88eb7b36066be3bca156088760bc8bb038518967b7b0305968002ae7a155d28d
0x9caf05c319424ea5c4e69d4b36e863cd4abd9b60bd4f11221b56dc833b8b5076
0xd292eac79a3ac99bd2cd5d333c850011ea32c54b0fa5713fba52a143798a200e
0xbfef4cd9a88f2851e3fcb0953fff3b85869ccf0e8a8a4a7f048bec29b8fe5e7a
0xbbe7e0662952b274f58f8eb3cd85863e443dea8e6612017b8c00c466a095e715
0x9178d40999483773335ae4272ecded5571a75917bca5f7694bed3e95defe22e4
0x16181268dd942046182ad375474943dd9df42403262b06205edda95501e8303e

Functions
Getter at block 20858406
FREE_SUPPLY(view returns (uint256)
2500
SALE_SUPPLY(view returns (uint256)
7500
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmSneGLNRHBr1EBSoyaUVGtyevPerSfavYW1qhKfHyuZ16
freeMintCount(view returns (uint256)
2500
isStartMint(view returns (bool)
true
maxFreeMint(view returns (uint256)
5
name(view returns (string)
GameOfLifeMintPass
owner(view returns (address)
0x80cd199020feea86b9b03cae2bf86cd499998d70
salePrice(view returns (uint256)
8000000000000000
symbol(view returns (string)
GOL
totalSupply(view returns (uint256)
2523
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _quantitypayable 
mintGOL(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMintActive(bool status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawal(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(