Onchain City
Verified contract
Active on
Base with 1,638 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6e23…e1d3
0x0c8d…4171
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22681727 | 2 days ago | | | 0 | 8.1536518e-7 | |
| 22625351 | 3 days ago | | | 0 | 8.1538461e-7 | |
| 22557770 | 4 days ago | | | 0 | 4.9149020e-7 | |
| 22517351 | 5 days ago | | | 0 | 4.8856055e-7 | |
| 22511224 | 5 days ago | | | 0 | 8.1810551e-7 | |
| 22510343 | 5 days ago | | | 0 | 7.7637521e-7 | |
| 22507622 | 6 days ago | | | 0 | 7.3259860e-7 | |
| 22472768 | 6 days ago | | | 0 | 0.0000014779048 | |
| 22468381 | 6 days ago | | | 0 | 4.3027917e-7 | |
| 22468158 | 6 days ago | | | 0 | 8.1671450e-7 |
ABI
ABI objects
Getter at block 22747882
isWhitelistPhase() view returns (bool)
false
name() view returns (string)
Onchain City
owner() view returns (address)
0xe0261df427f3b255d33cdfd098a86e64fe154953
paused() view returns (bool)
true
pills() view returns (address)
0x6e230533d53e2f8fb90c542f02e5fa306b1fe1d3
prescriptionPass() view returns (address)
0x0c8d5740650dc5777074ec407f705b0b7d444171
supply() view returns (uint256)
1093
symbol() view returns (string)
ONCHAIN
totalSupply() view returns (uint256)
1093
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftToType(uint256) view returns (uint256)
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)
burn(uint256 tokenId)
burnToMint(uint256 tokenId, uint256 nftType, bytes32[] proof)
disableWhitelist()
pause()
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _pills, address _prescriptionPass, bytes32 _root, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.