NudgeNFT

Verified contract

Proxy

Active on Base with 13,389 txns
Deployed by via 0xf10ee095 at 21488034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NudgeNFT"

0xa4987b5519653982511ebb08413badf0e08a50fc91dd40c81abcb8286572569d
0x71646dbab77ec1442cd10277e9ef81a82a80d536618fc293a9b0d995b6d71536
0x5d61138b8af99f5ec64177433ad21fcaec2941373bba5ecddd09356afa0e3271
0x26eec662e6c740b98f72e9bf4b04303554c05e06f407081c74388a7a5a51fcc8
0x0ea52bf1b642f070c69b3f97897c2e951df911940b2b042a655e75630e61c2ca
0x22fa853604f1db1e8fdf658174c6b532f7717044e28b5e2a2ec5fe984b38dcde
0x77faea8ba1b4c00eaa658995fccdd9830e4d82e8b91c2c7ed857fc26ebd94f19
0x00334b7557e72387060a7307421970198b806a74df970333aea8a955f892fba9
0x2532d5e7781dfe11d5bc08066113f4329095d0a9a5ab6c2428d2f9fbee263afb
0xeb2d8bc5478c440998d059a0410278f74670e602f5078bc3964f52c3ca72ef06

Functions
Getter at block 22839547
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
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
NUDGENFT
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isAuthorizedOperator(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string baseURI_
renounceOwnership(
safeMint(address touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAuthorizedOperator(address operatorbool isAuthorized
setBaseURI(string newURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
Locked(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AddressEmptyCode(address target
AlreadyNFTOwner(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 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