CitizenNFT
Verified contract
Active on
Ethereum with 16,144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000005 | $3,423.52 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251709 | 16 hours ago | | | 0 | 0.00099480917 | |
| 21247292 | a day ago | | | 0 | 0.00055327200 | |
| 21245853 | a day ago | | | 0 | 0.00076255607 | |
| 21242551 | 2 days ago | | | 0 | 0.00052499610 | |
| 21242538 | 2 days ago | | | 0 | 0.00050776591 | |
| 21242537 | 2 days ago | | | 0 | 0.00049029636 | |
| 21242536 | 2 days ago | | | 0 | 0.00046310481 | |
| 21242535 | 2 days ago | | | 0 | 0.00045451790 | |
| 21242534 | 2 days ago | | | 0 | 0.00045620853 | |
| 21242533 | 2 days ago | | | 0 | 0.00041361654 |
ABI
ABI objects
Getter at block 21256392
defaultRoyalty() view returns (address recipient, uint16 bps)
(recipient=0x05a56db5f286a099b12ac78d9713e55ad42eebb4, bps=1000)
howManyReservedCitizenships() view returns (uint256)
3200
inquireAboutHistory() view returns (uint256)
50
inquireCostOfEntry() view returns (uint256)
250000000000000000
inquireHousingNumbers() view returns (uint256)
10000
owner() view returns (address)
0x60e7343205c9c88788a22c40030d35f9370d302d
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _citizenNFTId) view returns (string)
State-modifying
Events awardCitizenship(address[] _awardees, uint256[] _numberOfCitizenships, uint256 _citizenshipType)
changeURIs(string[] _tokenURIs, uint256[] _citizenNFTIds)
initialCitizenship()
issueNewCitizenships(address _to, uint256 _citizenType, uint256 _numberOfCitizens)
legislateCostOfEntry(uint256 _stampCost)
onlineApplicationForCitizenship(uint256 _citizenNumber) payable
raidTheCoffers()
renounceOwnership()
reserveCitizenships(uint256 _numberOfCitizenships)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address recipient, uint16 bps)
setTokenRoyalty(uint256 tokenId, address recipient, uint16 bps)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CitizenLegislatureChanged(string arg0, uint256 arg1)
DefaultRoyaltySet(address recipient, uint16 bps)
LogEthDeposit(address arg0)
NewCitizen(address arg0, uint256 arg1, uint256 arg2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _royaltyRecipient, uint16 _royaltyBPS)
fallback()
receive()
This contract contains no error objects.