This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20897232, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

Citizen Pass

Verified contract

Active on Ethereum with 475 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"

0xde66367ceb5017e4d73cc95b57a5de856c48a46eba752cfa9146c75d49adf474
0x47de35fad9fb4cb8a63aeea77d198b45adad0e5e80b8568881def4f69ea59c7f
0xb3cbbe7eae31bf8ace50eba2df687286b89d249801ed542d6f7c3b5bb901672a
0xd34590f6e0b87e50d883e94bca8ab396be47609926cc1696e924ed334a735349
0x755b50fd288eb027b6bb93935ff9162999763a88f0cf3eabb8f0701157eba0bb
0xcaf95a15e41e00c2988b904bbcaff0531767e610852bcffd0621a2898f960855
0x1c64d48a33e9ac3b9ad59479f9f2e69381986421c5908e127c3d51627c58b85e
0xd10123e698606002bfb25613946df6af94fb8a51c57d2807f652e822ec245664
0x8dac1e583ab48354df1d1455d49e95a1d67f7b2394624f40b2ed7d2d32681222
0x1233870b26093a5c60ab7811292d841d96281b2b5b106192d20a48fbfce2a018

Functions
Getter at block 20897231
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