MagicTribe
Verified contract
Active on
Ethereum with 1,717 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.49)
Native
Value
$5.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0015 | $3,656.92 |
$5.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18322972 | a year ago | | | 0 | 0.00032707500 | |
| 17965650 | a year ago | | | 0 | 0.0015293008 | |
| 16954697 | 2 years ago | | | 0 | 0.0010720333 | |
| 16947497 | 2 years ago | | | 0 | 0.0027277292 | |
| 16705521 | 2 years ago | | | 0 | 0.0014410887 | |
| 16318666 | 2 years ago | | | 0 | 0.00062117769 | |
| 16318665 | 2 years ago | | | 0 | 0.00065360495 | |
| 15845103 | 2 years ago | | | 0 | 0.00047766678 | |
| 15804734 | 2 years ago | | | 0 | 0.0013247866 | |
| 15802687 | 2 years ago | | | 0 | 0.00079074300 |
ABI
ABI objects
Getter at block 21377952
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
8888
name() view returns (string)
MagicTribe
owner() view returns (address)
0x68da5eabbae7aef875f1414417721369f19f85df
symbol() view returns (string)
MAGIC
totalSupply() view returns (uint256)
8888
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmfXcJ739VJGdDEWwwNz1fpyUz7qiKNy2wZCREWm5TPhcR/1.json
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()