Citizen Pass

Verified contract

Active on Ethereum with 491 txns
Deployed by via 0x02a9d931 at 19083831
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Citizen Pass"

0x0e72366151d96da4b1034b01db5be7cb983ee074de3c67aa52105bd7d2d6c109
0x46e7dfd5056d9c3bf0f505a275687ff1ae157cc8b3e33a0e5d7dbefc52653470
From
0xb20d42d6b80ea11b92cec35974b188b72be561032e92031f6c9f18c09ee825ac
0xda1dbb4f685b43d4eb2527a6b4d9c6b52f23f6b8184672781688b11c9d57e38b
0x9806f2a55e440b091e045acbaf8d9dac985f21a2c6ba16c48d73f212f094c3b3
0xd5fb2418ebaef75382633ab97bb6f3ef4c2cf42da09a0d09dee314939bbaed51
0xc71325ab73825e3f532a1ae08feadacc6d66a545b4a1d70ae981be6154e05348
0x71d5b6a768a6f34342cc878ce827ae623e213dc4ddcaffe503e09f818a68e4e8
0x397c53bc06d96134bc9412e76707e6b0bdeefc7858e32495062ef5a2dd290aea
From
0xe722d2d2fa3659a47575cdc50ec70159b94803a3e6b0633f321dd2a844fed1a3

Functions
Getter at block 21301772
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KOMET_ROLE(view returns (bytes32)
0xc5abefe4aed277fb344652e626c3c4fe5cdab1313b8ac46cdd6da9bbe98161cb
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
base_url(view returns (string)
https://ipfs.io/ipfs/bafybeicy3cel72qi4sxkedlxjd2mot7kccg7trfz4l6djxjgasii4qkl4e/
collectionWallet(view returns (address)
0x80e58970a10ba716a3229a6763e4fd0ce0c3cdae
feePercent(view returns (uint256)
5
kometWallet(view returns (address)
0xef6070be0954ea67985120eef153802180ec77d8
mint_Limit(view returns (uint256)
1
mint_price(view returns (uint256)
0
name(view returns (string)
Citizen Pass
owner(view returns (address)
0x80e58970a10ba716a3229a6763e4fd0ce0c3cdae
paused(view returns (bool)
false
percentDecimal(view returns (uint256)
10
symbol(view returns (string)
CP
totalSupply(view returns (uint256)
500
treasury(view returns (address)
0x80e58970a10ba716a3229a6763e4fd0ce0c3cdae
Read-only
amount_paid(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
has_paid(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
public_minted_address(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
autoMint(address[] _users
distributeFunds(address recipient1address recipient2payable 
grantRole(bytes32 roleaddress account
publicMint(uint256 _amountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUrl(string _uri
setCollectionWallet(address _wallet
setKometWallet(address _wallet
setMintSupply(uint256 _limit
setMintType(uint256 _priceuint256 _perWalletLimitbool _public
setPlatFormFeeCharges(uint256 _percentuint256 _decimal
setTreasuryWallet(address _account
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address _user
treasuryMint(uint256 _amount
withdraw(
withdrawAdmin(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UserPaid(address indexed _useruint256 indexed amount
Constructor
constructor(address minteraddress _treasuryaddress _kometaddress _CollectionWallet
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account