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 "DegenNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20032901 | 6 months ago | | | 0 | 0.00040026193 | |
| 20032876 | 6 months ago | | | 0 | 0.00047839455 | |
| 19482119 | 9 months ago | | | 0 | 0.00061038683 | |
| 19431015 | 9 months ago | | | 0 | 0.0010739360 | |
| 19285005 | 10 months ago | | | 0 | 0.0013112765 | |
| 15945594 | 2 years ago | | | 0 | 0.00038070500 |
ABI
ABI objects
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(address, uint256) pure
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSupportedCreditFacade(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
safeTransferFrom(address, address, uint256) pure
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events addCreditFacade(address creditFacade_)
burn(address from, uint256 amount)
mint(address to, uint256 amount)
pause()
removeCreditFacade(address creditFacade_)
setBaseUri(string baseURI_)
setMinter(address minter_)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewCreditFacadeAdded(address indexed arg0)
NewCreditFacadeRemoved(address indexed arg0)
NewMinterSet(address indexed arg0)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _addressProvider, string _name, string _symbol)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotPausableAdminException()
CallerNotUnPausableAdminException()
CreditFacadeOrConfiguratorOnlyException()
InsufficientBalanceException()
InvalidCreditFacadeException()
MinterOnlyException()
NotImplementedException()
ZeroAddressException()