Bored Mummy Waking Up
Verified contract
Active on
Ethereum with 13,235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BMBWU | ERC-721 | 1 | -- | -- | |
BMWU | ERC-721 | 1 | -- | -- | |
BMWU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164187 | 3 hours ago | | | 0 | 0.0096059982 | |
| 21164182 | 3 hours ago | | | 0 | 0.0093119984 | |
| 21164174 | 3 hours ago | | | 0 | 0.0094571107 | |
| 21164172 | 3 hours ago | | | 0 | 0.00076527333 | |
| 21040557 | 17 days ago | | | 0 | 0.00029168888 | |
| 21040507 | 17 days ago | | | 0 | 0.00029955068 | |
| 21032994 | 18 days ago | | | 0 | 0.00047999532 | |
| 20937978 | a month ago | | | 0 | 0.00058651359 | |
| 20901517 | a month ago | | | 0 | 0.00015885250 | |
| 20851688 | a month ago | | | 0 | 0.00036704078 |
ABI
ABI objects
Getter at block 21164980
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRUmQXc85qPcC4DBzxxg7MC7Cz9k8kWnDmaTqoLf6vADQ/
maxBatch() view returns (uint256)
10
name() view returns (string)
Bored Mummy Waking Up
owner() view returns (address)
0x3088245c03a47fa124af9990b87c9f6df9c27e67
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
BMWU
totalCount() view returns (uint256)
8888
totalMummies() view returns (uint256)
8888
totalSupply() view returns (uint256)
8888
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)
changePrice(uint256 _newPrice)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
wakeUpMummy(uint256 _times) payable
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)
WakeUpMummy(address indexed summoner, uint256 startWith, uint256 times)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.