OmniTotems
Verified contract
Active on
Ethereum with 1,706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb5f3…1d82
0x799c…c809
Balances ($0.00)
No balances found for "OmniTotems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258995 | 5 days ago | | | 0 | 0.00053423837 | |
| 20830206 | 2 months ago | | | 0 | 0.00079623113 | |
| 20830202 | 2 months ago | | | 0 | 0.00082320680 | |
| 20829739 | 2 months ago | | | 0 | 0.0014443162 | |
| 20807120 | 2 months ago | | | 0 | 0.00045590351 | |
| 20619620 | 3 months ago | | | 0 | 0.000083491362 | |
| 20608610 | 3 months ago | | | 0 | 0.000023873691 | |
| 19872107 | 6 months ago | | | 0 | 0.00018781133 | |
| 19859755 | 7 months ago | | | 0 | 0.00030597504 | |
| 19786766 | 7 months ago | | | 0 | 0.00073813213 |
ABI
ABI objects
Getter at block 21294713
MAX_MINT() view returns (uint256)
50
baseURI() view returns (string)
https://omnitotems-api.herokuapp.com/nft/mainnet/totems/
mintIsActive() view returns (bool)
true
mintLocked() view returns (bool)
false
name() view returns (string)
OmniTotems
owner() view returns (address)
0x71d6c3823bbbce39af789d2b063ad33b2ecda7d3
symbol() view returns (string)
OMNITO
totalSupply() view returns (uint256)
3604
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)
lockMinting()
mintBatch(uint256[] ids)
mintForSoulShards(uint256[] ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMintIsActive(bool value)
setOmniFusionContract(address _address)
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 _initialBaseURI, address _omnimorphsContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.