Citizen Pass
Verified contract
Active on
Ethereum with 491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Citizen Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270074 | 4 days ago | | | 0 | 0.00032116482 | |
| 21163005 | 19 days ago | | | 0 | 0.00058553711 | |
| 21104833 | a month ago | | | 0 | 0.00024851217 | |
| 21087886 | a month ago | | | 0 | 0.00053979251 | |
| 21078244 | a month ago | | | 0 | 0.00041361200 | |
| 21053972 | a month ago | | | 0 | 0.00020589203 | |
| 21043726 | a month ago | | | 0 | 0.00067845667 | |
| 21032027 | a month ago | | | 0 | 0.00036717389 | |
| 21025304 | a month ago | | | 0 | 0.00030327700 | |
| 20986026 | a month ago | | | 0 | 0.0011317172 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
has_paid(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
public_minted_address(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
autoMint(address[] _users)
distributeFunds(address recipient1, address recipient2) payable
grantRole(bytes32 role, address account)
publicMint(uint256 _amount) payable
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string _uri)
setCollectionWallet(address _wallet)
setKometWallet(address _wallet)
setMintSupply(uint256 _limit)
setMintType(uint256 _price, uint256 _perWalletLimit, bool _public)
setPlatFormFeeCharges(uint256 _percent, uint256 _decimal)
setTreasuryWallet(address _account)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _user)
treasuryMint(uint256 _amount)
withdraw()
withdrawAdmin()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UserPaid(address indexed _user, uint256 indexed amount)
constructor(address minter, address _treasury, address _komet, address _CollectionWallet)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)