Citizen Capital
Verified contract
Active on
Ethereum with 1,452 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTZNC | ERC-20 | 530 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169957 | 2 days ago | | | 0 | 0.0011836135 | |
| 21147702 | 5 days ago | | | 0 | 0.00027614274 | |
| 21147176 | 5 days ago | | | 0 | 0.00040510547 | |
| 21140423 | 6 days ago | | | 0 | 0.00048974079 | |
| 21139404 | 6 days ago | | | 0 | 0.00082107157 | |
| 21138675 | 6 days ago | | | 0 | 0.00082991627 | |
| 21103308 | 11 days ago | | | 0 | 0.000099371700 | |
| 21021185 | 23 days ago | | | 0 | 0.00051212745 | |
| 20977233 | a month ago | | | 0 | 0.00048441872 | |
| 20972080 | a month ago | | | 0 | 0.00082454499 |
ABI
ABI objects
Getter at block 21184303
ctzncAddress() view returns (address)
0xca593143355d8e9c3107248778d31e56df9146df
locked() view returns (bool)
false
name() view returns (string)
Citizen Capital
owner() view returns (address)
0x8a929789e58bf03011d93a9fce566e7536cfb32f
symbol() view returns (string)
CITCAP
totalSupply() view returns (uint256)
530
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 _num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLock(bool _newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string baseURI, address ctzncAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.