UghaBugha
Verified contract
Active on
Ethereum with 9,476 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 "UghaBugha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982156 | 2 months ago | | | 0 | 0.00026436490 | |
| 20981982 | 2 months ago | | | 0 | 0.00021779997 | |
| 20731579 | 3 months ago | | | 0 | 0.00010487486 | |
| 20633232 | 3 months ago | | | 0 | 0.000062780837 | |
| 19838088 | 7 months ago | | | 0 | 0.000096844562 | |
| 19838014 | 7 months ago | | | 0 | 0.00024549469 | |
| 19782075 | 7 months ago | | | 0 | 0.00015621195 | |
| 19730839 | 7 months ago | | | 0 | 0.00032265222 | |
| 19438901 | 9 months ago | | | 0 | 0.0021405203 | |
| 19332666 | 9 months ago | | | 0 | 0.0018281008 |
ABI
ABI objects
Getter at block 21325569
MINT_PRICE() view returns (uint256)
9900000000000000
isMetadataFinal() view returns (bool)
false
isPublicSale() view returns (bool)
true
isWhitelistSale() view returns (bool)
false
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0xb526b26e0454742c6f42b83f33ada30c626e912793dcdaf57b68025d7a6fe839
name() view returns (string)
UghaBugha
owner() view returns (address)
0x21cec8ed4f82ee48cf7c6d58c87423f2f619edeb
publicSupply() view returns (uint256)
5000
symbol() view returns (string)
UB
totalSupply() view returns (uint256)
5000
wlSupply() view returns (uint256)
1200
Read-only
addressMintedCount(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
allCaptured(string url)
approve(address to, uint256 tokenId)
bughaBirth(uint256 quantity) payable
burn(uint256 tokenId)
changeBughaSupply(uint256 newMaxSupply)
changeUghalistSupply(uint256 newMaxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBugha(bool value)
setMerkleRoot(bytes32 _merkleRoot)
setUghalist(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
ughalistBirth(uint256 quantity, bytes32[] _merkleProof) payable
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()