Bear Never Win
Verified contract
Active on
Base with 22 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 "Bear Never Win"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13250681 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250681 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250657 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250632 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250624 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250589 | 7 months ago | | | 0 | 1.5903410e-7 | |
| 13250588 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250587 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250586 | 7 months ago | | | 0 | 0.0000050847972 | |
| 13250580 | 7 months ago | | | 0 | 2.6914016e-7 |
ABI
ABI objects
Getter at block 22010374
baseTokenURI() view returns (string)
0x93D9212Fb2111B4619c48393a4cC2c9E1983EDB3
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
262
name() view returns (string)
Bear Never Win
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
BNW
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()