SeedworldMounts
Verified contract
Active on
Ethereum with 5,388 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 |
---|---|---|---|---|---|
TheMounts | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265864 | 12 hours ago | | | 0 | 0.0013196784 | |
| 21265815 | 12 hours ago | | | 0 | 0.0013754694 | |
| 21255051 | 2 days ago | | | 0 | 0.00054760104 | |
| 21254568 | 2 days ago | | | 0 | 0.00050887704 | |
| 21252485 | 2 days ago | | | 0 | 0.00027926821 | |
| 21250492 | 3 days ago | | | 0 | 0.00077132953 | |
| 21249385 | 3 days ago | | | 0 | 0.00084977421 | |
| 21246485 | 3 days ago | | | 0 | 0.00062090373 | |
| 21245314 | 3 days ago | | | 0 | 0.00071144663 | |
| 21229283 | 6 days ago | | | 0 | 0.00073282663 |
ABI
ABI objects
Getter at block 21269335
name() view returns (string)
The Mounts of Seedworld
owner() view returns (address)
0x2765e88c4f4d84cc3b32c544ef474f38c5b86c5a
paused() view returns (bool)
false
revealed() view returns (bool)
true
root() view returns (bytes32)
0x1e7552612a047fcfc3c379a198ad7194dbcc406b9dcc19c46b4d732c40bb5262
symbol() view returns (string)
TheMounts
totalSupply() view returns (uint256)
3110
Read-only
_baseURIMapping(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasUserMinted(address sender) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) 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)
whitelists(address) view returns (address wallet, string tokenURI, bool minted)
State-modifying
Events approve(address to, uint256 tokenId)
pause(bool _state)
renounceOwnership()
reveal()
safeMint(address sender, bytes32[] proof, uint256[] ids)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNewRoot(bytes32 _newroot)
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)
_reveal()
_setBaseURI(string baseURI)
_setNewRoot()
constructor(bytes32 _root, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.