CryptoNewYorkerBanner
Verified contract
Active on
Ethereum with 193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoNewYorkerBanner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19777572 | 6 months ago | | | 0 | 0.00056068836 | |
| 19210066 | 9 months ago | | | 0 | 0.0011160681 | |
| 19088106 | 10 months ago | | | 0 | 0.00084872406 | |
| 19080690 | 10 months ago | | | 0 | 0.00050207348 | |
| 18879035 | a year ago | | | 0 | 0.00082172403 | |
| 18808117 | a year ago | | | 0 | 0.0018195479 | |
| 18537074 | a year ago | | | 0 | 0.0043952239 | |
| 18536608 | a year ago | | | 0 | 0.0015650289 | |
| 18512752 | a year ago | | | 0 | 0.0010999969 | |
| 18403349 | a year ago | | | 0 | 0.00031621257 |
ABI
ABI objects
Getter at block 21194580
name() view returns (string)
CryptoNewYorkerBanner
owner() view returns (address)
0xb96e81f80b3aeef65cb6d0e280b15fd5dbe71937
paused() view returns (bool)
false
symbol() view returns (string)
CNYB
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events batchTransfer(address[] recipients, uint256[] tokenIDs, uint256[] amounts)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount)
mintBatch(address to, uint256[] ids, uint256[] amounts)
pause()
renounceOwnership()
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)
setTokenURI(uint256 tokenId, string _uri)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.