Wen Bullish
Verified contract
Proxy
Active on
Ethereum with 1,189 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Wen Bullish"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18865574 | 10 months ago | | | 0 | 0.00086195747 | |
| 16827391 | 2 years ago | | | 0 | 0.0028778746 | |
| 16801179 | 2 years ago | | | 0 | 0.0025343821 | |
| 16801176 | 2 years ago | | | 0 | 0.0035097458 | |
| 16754773 | 2 years ago | | | 0 | 0.00096390315 | |
| 16747674 | 2 years ago | | | 0 | 0.0012117320 | |
| 16680132 | 2 years ago | | | 0 | 0.0016112675 | |
| 16662022 | 2 years ago | | | 0 | 0.0011714061 | |
| 16656876 | 2 years ago | | | 0 | 0.0014316572 | |
| 16654668 | 2 years ago | | | 0 | 0.0010748658 |
ABI
ABI objects
Getter at block 21124515
implementation() view returns (address)
0xb038e47399aef432fdfd117c0d83b0fb6e9eff85
cost() view returns (uint256)
2000000000000000
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
999
name() view returns (string)
Wen Bullish
owner() view returns (address)
0xdd0f96cefbe8e33452b7e9db0e4a887b4d59dad9
symbol() view returns (string)
WB
totalSupply() view returns (uint256)
999
Read-only
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 approve(address to, uint256 tokenId) payable
initData(string name, string token, string u, uint256 max, uint256 c)
mint(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()