Competz 999

Verified contract

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

No balances found for "Competz 999"

0xb08ded22b7a2f02f91013fd45d054cc5d3b6f43b84b45c27794f2b1fb2fdd24d
0x3d7aef984110045f568c8d6686b64187156573dbd0f803791335d2e98fe39965
0xda4a458cec6b1593a265a15e63cace2a604549b6c5e15d0231c06bd1ce325a4a
0x6fddd0817041306a9895df77e19c26e732ef629d620b58de2ac66ab6d9b4c640
0x983feceb988aa0aafd72bde96965addcff028c0b31a1021503240a2c249f5f4f
0xb58f15497e406298b9c9f421d79c568d8588f722139a9371ffe25f04bbf36bc4
0xffefc47dbdee9eb255708e924f8d78df9866f2ba0b8c49b1a36ca227765ccefa
0xe9262732ee524a1bace6cdacf68a51550d16d7433d8ea9ef9baec7c2b3d8d8d7
From
0xeb1e0a9b15f5e6245dd41e8922bbc289ac249a7aef396536c9745b3a20235574
0xadb472fe55a429338e8f3d094b4813a08f43995e9d6ea7a5ba7ff570c79d8b7a

Functions
Getter at block 21064106
FREE_MAX_SUPPLY(view returns (uint256)
300
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
999
baseExtension(view returns (string)
baseURI(view returns (string)
https://meta.competz.io/tokens/
contractURI(view returns (string)
https://meta.competz.io/tokens/
name(view returns (string)
Competz 999
owner(view returns (address)
0xed0b457e34f5430f6e7febd5a66b02f84f5fe2c0
paused(view returns (bool)
false
price(view returns (uint256)
2000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
CPZ
totalSupply(view returns (uint256)
999
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
config(
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 newSupply
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(