NudgeNFT
Verified contract
Proxy
Active on
Base with 13,389 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 "NudgeNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22839063 | 16 minutes ago | | | 0 | 0.0000024440541 | |
| 22838959 | 20 minutes ago | | | 0 | 0.0000020579396 | |
| 22838730 | 27 minutes ago | | | 0 | 0.0000026508289 | |
| 22838704 | 28 minutes ago | | | 0 | 0.0000025559875 | |
| 22836893 | an hour ago | | | 0 | 0.0000027805273 | |
| 22836725 | 2 hours ago | | | 0 | 0.0000024988447 | |
| 22836071 | 2 hours ago | | | 0 | 0.0000027834807 | |
| 22831034 | 5 hours ago | | | 0 | 0.0000052142661 | |
| 22829282 | 6 hours ago | | | 0 | 0.0000024801161 | |
| 22828719 | 6 hours ago | | | 0 | 0.0000023497336 |
ABI
ABI objects
Getter at block 22839547 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
baseURI() view returns (string)
https://app.nudge.xyz/api/nft/metadata/
name() view returns (string)
NudgeNFT
owner() view returns (address)
0x2b5600cdc10dc29f13f2afaeef16d0286529ce9f
symbol() view returns (string)
NUDGENFT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorizedOperator(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string baseURI_)
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedOperator(address operator, bool isAuthorized)
setBaseURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint64 version)
Locked(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AlreadyNFTOwner()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransfersAreDisabled()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized(address sender)