DegenNFT

Verified contract

Active on Ethereum with 6 txns
Deployed by via 0xcbc47cde at 15832541
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DegenNFT"

0x85133d5c359910ff79e6699a39add7df8dd2c47911b3bc126be97e0f4a0724a1
0xfb2ca5e02c4098d5ffbbe1e45cb63f10df3b5fc020565dcf96d6bdb91de90bef
0x849c26ec6334aca24708cb27241003211087c84054cd5e54102adcab99a0c5f8
0x9789551958b9f4e40200a88c7dd77537a103f3f92bfb6fdd82e6bdd24cb334ac
0xdf80f190874a94f5551eebf313f4417c690f51c4da5003579a56a6cb1b5d5be2
0xc3ce5a4acb0b042d2be030c8ad904e882bca0879e874ce08d2baa2c86c2b942c

Functions
Getter at block 21383976
_acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
baseURI(view returns (string)
ipfs://bafkreic2e6pknuli5nioohenrniqnf3qjibc5pxy2ayh2hvdkw4klyt3me
minter(view returns (address)
0x6ca68adc7ec07a4bd97c97e8052510fbe6b67d10
name(view returns (string)
DegenNFT
paused(view returns (bool)
false
symbol(view returns (string)
DNFT
totalSupply(view returns (uint256)
1873
version(view returns (uint256)
1
Read-only
approve(addressuint256pure 
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSupportedCreditFacade(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
safeTransferFrom(addressaddressuint256pure 
safeTransferFrom(addressaddressuint256bytespure 
setApprovalForAll(addressboolpure 
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
transferFrom(addressaddressuint256pure 
State-modifying
addCreditFacade(address creditFacade_
burn(address fromuint256 amount
mint(address touint256 amount
pause(
removeCreditFacade(address creditFacade_
setBaseUri(string baseURI_
setMinter(address minter_
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NewCreditFacadeAdded(address indexed arg0
NewCreditFacadeRemoved(address indexed arg0
NewMinterSet(address indexed arg0
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _addressProviderstring _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotConfiguratorException(
CallerNotPausableAdminException(
CallerNotUnPausableAdminException(
CreditFacadeOrConfiguratorOnlyException(
InsufficientBalanceException(
InvalidCreditFacadeException(
MinterOnlyException(
NotImplementedException(
ZeroAddressException(