Mumbo Jumbo
Verified contract
Active on
Ethereum with 330 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 "Mumbo Jumbo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992548 | 2 months ago | | | 0 | 0.00061585160 | |
| 16634063 | 2 years ago | | | 0 | 0.0016974284 | |
| 16512703 | 2 years ago | | | 0 | 0.00087476810 | |
| 16309481 | 2 years ago | | | 0 | 0.00069498281 | |
| 16308194 | 2 years ago | | | 0 | 0.0010506162 | |
| 15694004 | 2 years ago | | | 0 | 0.00012315327 | |
| 15694003 | 2 years ago | | | 0 | 0.00011461632 | |
| 15657612 | 2 years ago | | | 0 | 0.00013483579 | |
| 15552683 | 2 years ago | | | 0 | 0.00024074279 | |
| 15273185 | 2 years ago | | | 0 | 0.00033102296 |
ABI
ABI objects
Getter at block 21387198
MAX_NFT_PURCHASE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
50000000000000000
artist() view returns (address)
0xe23fd6b28725fab4895480bf32272dbcc06df60f
dev() view returns (address)
0x8fb04eca66171959222bb187d9703f8a6cf493e6
name() view returns (string)
Mumbo Jumbo
owner() view returns (address)
0x58cc44c6636ca384eb6f4810934f88b924a9e358
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13416876
symbol() view returns (string)
MUMBO
totalSupply() view returns (uint256)
544
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
calcStartingIndex()
emergencySetStartingIndexBlock()
flipSaleState()
mint() payable
mint3() payable
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxTokenSupply(uint256 maxSupply)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.