Cartel Game Farmers
Verified contract
Active on
Ethereum with 82 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 "Cartel Game Farmers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16595762 | 2 years ago | | | 0 | 0.0011071251 | |
| 14669394 | 3 years ago | | | 0 | 0.0021675796 | |
| 14596749 | 3 years ago | | | 0 | 0.0015506059 | |
| 14596678 | 3 years ago | | | 0 | 0.00073985197 | |
| 14593414 | 3 years ago | | | 0 | 0.0012650334 | |
| 14593392 | 3 years ago | | | 0.003 | 0.0018568252 | |
| 14593389 | 3 years ago | | | 0.003 | 0.0022337999 | |
| 14593300 | 3 years ago | | | 0 | 0.0010477277 | |
| 14593293 | 3 years ago | | | 0 | 0.00087890515 | |
| 14593289 | 3 years ago | | | 0.006 | 0.0026987761 |
ABI
ABI objects
Getter at block 21216421
FREE_MINTS_PER_TX() view returns (uint256)
20
MAX_MINTS_PER_TX() view returns (uint256)
20
PUBLIC_SALE_PRICE() view returns (uint256)
3000000000000000
TOTAL_FREE_MINTS() view returns (uint256)
300
baseTokenURI() view returns (string)
ipfs://QmRCnD4RDAiUu5M8zj3WnnwkZ8WK2qqZb7RL4WZWbDFCHw
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
Cartel Game Farmers
owner() view returns (address)
0xad3e7e83cd3b839058995cf2d5c9ed68fb4fc573
symbol() view returns (string)
CartelGameFarmers
totalSupply() view returns (uint256)
334
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()