OfficialUnordinalDegens
Verified contract
Active on
Ethereum with 1,257 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 "OfficialUnordinalDegens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515873 | a year ago | | | 0 | 0.0013778323 | |
| 17515828 | a year ago | | | 0 | 0.0010676267 | |
| 17515807 | a year ago | | | 0 | 0.00099839889 | |
| 16859176 | 2 years ago | | | 0 | 0.00045076344 | |
| 16823912 | 2 years ago | | | 0 | 0.00052586716 | |
| 16812831 | 2 years ago | | | 0 | 0.00096921399 | |
| 16780872 | 2 years ago | | | 0 | 0.0010384894 | |
| 16780649 | 2 years ago | | | 0 | 0.0018091313 | |
| 16780647 | 2 years ago | | | 0 | 0.0014508751 | |
| 16780647 | 2 years ago | | | 0 | 0.0014508751 |
ABI
ABI objects
Getter at block 21304918
FreeSupplyCap() view returns (uint256)
1111
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeieoee7xyvlkmnzrdmbl4e7kv3vdvqqa4t5jad2m66j3twoqakno3u/
cost() view returns (uint256)
4000000000000000
maxFree() view returns (uint256)
1
maxMintAmount() view returns (uint256)
11
maxSupply() view returns (uint256)
3333
name() view returns (string)
OfficialUnordinalDegens
owner() view returns (address)
0xf46488378384400ba72a4f1c702102e73e62fba7
paused() view returns (bool)
false
symbol() view returns (string)
UD
totalSupply() view returns (uint256)
1535
Read-only
NFTsOfOwner(address _owner) view returns (uint256[])
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SalePaused(bool _state)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForOwner(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxFreeMint(uint256 _maxFree)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.