UnBearable
Verified contract
Active on
Ethereum with 1,989 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…2e1e
Balances ($0.00)
No balances found for "UnBearable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171629 | 13 days ago | | | 0 | 0.0010395198 | |
| 21038762 | a month ago | | | 0 | 0.00028158471 | |
| 20940511 | a month ago | | | 0 | 0.00063738034 | |
| 20800094 | 2 months ago | | | 0 | 0.00069560129 | |
| 20641217 | 3 months ago | | | 0 | 0.000073826374 | |
| 20202399 | 5 months ago | | | 0 | 0.000093358595 | |
| 20151194 | 5 months ago | | | 0 | 0.000054351733 | |
| 20047485 | 6 months ago | | | 0 | 0.00072575710 | |
| 19802401 | 7 months ago | | | 0 | 0.00012842548 | |
| 19657359 | 7 months ago | | | 0 | 0.00022935614 |
ABI
ABI objects
Getter at block 21264551
_maxAmount() view returns (uint256)
1218
_maxPerMint() view returns (uint256)
3
_maxPerWallet() view returns (uint256)
3
_price() view returns (uint256)
150000000000000000
feesClaimed() view returns (uint256)
8345000000000000000
name() view returns (string)
UnBearable
niftyKitFees() view returns (uint256)
8345000000000000000
owner() view returns (address)
0xaed4828dc185b918a86ffd4e21fba837b6a38c4b
started() view returns (bool)
true
symbol() view returns (string)
BEAR
totalRevenue() view returns (uint256)
151800000000000000000
totalSupply() view returns (uint256)
1218
Read-only
balanceOf(address owner) view returns (uint256)
commissionAmount(uint256 amount) pure 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 airdrop(uint256 numberOfTokens, address recipient) payable
approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
pause()
presaleMint(uint256 numberOfTokens, bytes32[] proof) 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 newBaseURI)
setMerkleRoot(bytes32 root)
setParameters(uint256 maxPerMint, uint256 maxPerWallet, uint256 price)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxAmount, uint256 maxPerMint, uint256 maxPerWallet, uint256 price, string tokenBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.