The Movings
Verified contract
Active on
Ethereum with 1,711 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 "The Movings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17021390 | 2 years ago | | | 0 | 0.00081024516 | |
| 16350280 | 2 years ago | | | 0 | 0.0014659450 | |
| 16326321 | 2 years ago | | | 0 | 0.00085301037 | |
| 16324869 | 2 years ago | | | 0 | 0.00092094736 | |
| 16324607 | 2 years ago | | | 0 | 0.00084896404 | |
| 16317835 | 2 years ago | | | 0 | 0.00049774647 | |
| 16309856 | 2 years ago | | | 0 | 0.00096094324 | |
| 16302214 | 2 years ago | | | 0 | 0.00095897923 | |
| 16300518 | 2 years ago | | | 0 | 0.0012019765 | |
| 16299270 | 2 years ago | | | 0 | 0.0010614508 |
ABI
ABI objects
Getter at block 21188360
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
980
name() view returns (string)
The Movings
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
MVS
totalSupply() view returns (uint256)
979
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 airdrop(uint16 _mintAmount, address _receiver)
approve(address operator, uint256 tokenId) payable
mintMovings(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFree()
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()