UGHABUGHANFT
Verified contract
Active on
Ethereum with 1,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,341.14 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19623332 | 7 months ago | | | 0 | 0.00054136753 | |
| 19623328 | 7 months ago | | | 0 | 0.00067404539 | |
| 19609279 | 8 months ago | | | 0 | 0.00043029987 | |
| 18482656 | a year ago | | | 0 | 0.00068680761 | |
| 16707739 | 2 years ago | | | 0 | 0.0020595656 | |
| 15887957 | 2 years ago | | | 0 | 0.00085220395 | |
| 15514370 | 2 years ago | | | 0 | 0.00019559756 | |
| 15514366 | 2 years ago | | | 0 | 0.00027561073 | |
| 15514362 | 2 years ago | | | 0 | 0.00037733540 | |
| 15514279 | 2 years ago | | | 0 | 0.00038285578 |
ABI
ABI objects
Getter at block 21260051
MAX_PER_WALLET() view returns (uint256)
3
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
3999
name() view returns (string)
UGHA BUGHA
owner() view returns (address)
0x5855908061d68e2931b96f0c79f91049224563f1
symbol() view returns (string)
UB
totalSupply() view returns (uint256)
3654
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()