SatoshiIslandCitizenshipNFTs
Verified contract
Active on
Ethereum with 12,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "SatoshiIslandCitizenshipNFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242419 | 2 days ago | | | 0 | 0.00054789980 | |
| 21242416 | 2 days ago | | | 0 | 0.00082092237 | |
| 21226532 | 5 days ago | | | 0 | 0.00043821361 | |
| 21226438 | 5 days ago | | | 0 | 0.00047573794 | |
| 21219551 | 6 days ago | | | 0 | 0.00041688462 | |
| 21206472 | 7 days ago | | | 0 | 0.00041511198 | |
| 21193844 | 9 days ago | | | 0 | 0.0017788584 | |
| 21169879 | 13 days ago | | | 0 | 0.0013249018 | |
| 21169615 | 13 days ago | | | 0 | 0.00060075856 | |
| 21146285 | 16 days ago | | | 0 | 0.00040376974 |
ABI
ABI objects
Getter at block 21259999
ANS() view returns (address)
0x0000000000000000000000000000000000000000
SIGNER() view returns (address)
0x8c241f1d51307c25a33e6951c7e8e3a3536597da
active() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmbTkEXWLBDKRzVWGWx19CtnmrWHps3iaK3q7Aabcmyn3a/
chainId() view returns (uint256)
1
coordinator() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
getTermsAndConditions() view returns (string)
ipfs://QmZTEcAXjjB2cHtgH4FH39emRZTruTPC5bdqUgUmvyciw3
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
maxSupply() view returns (uint256)
21000
name() view returns (string)
Satoshi Island Citizenship NFTs
owner() view returns (address)
0x8c241f1d51307c25a33e6951c7e8e3a3536597da
permanentURI() view returns (bool)
false
symbol() view returns (string)
CTZN
totalSupply() view returns (uint256)
5617
vrf() view returns (uint64 subscriptionId, uint256 requestId, uint16 requestConfirmations, bytes32 keyHash, uint32 callbackGasLimit, uint256 randomWord, uint32 wordCount)
(subscriptionId=489, requestId=11198542944287691378735088678863969424444134285925707640987594449403916120, requestConfirmations=3, keyHash=0xff8dedfbfa60af186cf3c830acbc32c05aae823045ae5ea7da1e45fbfaba4f92, callbackGasLimit=100000, randomWord=66034875349164144117654117082523948784223017703277310486323210898113489145232, wordCount=1)
Read-only
authorized(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrimaryIdentity(address account) view returns (uint256)
getPrimaryIdentityLock(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isUsed(uint256 receiptId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
receipts(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAuthorized(address _toAdd)
airdrop(uint256[] ids, address[] recipients) returns (bool successful)
airdrop(uint256[] tokenIds) returns (bool successful)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
lockPrimary(uint256 durationInSeconds) returns (bool successful)
logWhitelist(string ipfsLink)
markUriAsPermanent()
mint(uint256 id, uint256 expiresAt, bytes signature)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
removeAuthorized(address _toRemove)
renounceOwnership()
requestRandomWords()
revoke(address to, uint256 tokenId) returns (bool successful)
revokePrimary() returns (bool successful)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeTransferFromBatch(address from, address to, uint256[] tokenIds)
setANS(address newANS) returns (bool successful)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrimary(uint256 tokenId) returns (bool successful)
setSaleState(bool state) returns (bool successful)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTermsAndConditions(string link)
ANSConfigured(address ans, uint256 timestamp)
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)
PrimaryIdentityConfigured(address account, uint256 tokenId)
PrimaryIdentityRevoked(address account)
Revoked(address from, address to, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIConfigured(string uri, uint256 timestamp)
WhitelistUpdated(string ipfsLink, uint256 timestamp)
baseUriChanged(string baseUri)
baseUriSetPermanently(string baseUri)
constructor(string _name, string _symbol, string URI, string _TAC, address vrfCoordinatorAddress, uint64 vrfSubscriptionId, bytes32 vrfKeyHash, address linkTokenAddress, address couponSigner, string couponSignatureVersion)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)