Meta Force
Verified contract
Active on
Ethereum with 564 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 "Meta Force"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20741048 | 2 months ago | | | 0 | 0.000067243322 | |
| 18381846 | a year ago | | | 0 | 0.00014338747 | |
| 17964525 | a year ago | | | 0 | 0.0017653057 | |
| 16785352 | 2 years ago | | | 0 | 0.0022005944 | |
| 16484191 | 2 years ago | | | 0 | 0.00042926262 | |
| 15665259 | 2 years ago | | | 0 | 0.00015958103 | |
| 15485717 | 2 years ago | | | 0 | 0.00073374679 | |
| 15485716 | 2 years ago | | | 0 | 0.0011485409 | |
| 15484480 | 2 years ago | | | 0 | 0.00039590632 | |
| 15442846 | 2 years ago | | | 0 | 0.00043531381 |
ABI
ABI objects
Getter at block 21160249
MAX_SUPPLY() view returns (uint256)
777
name() view returns (string)
Meta Force
owner() view returns (address)
0xa881c1cbdc461fd363ae9022de2ac67e1c5b757a
price() view returns (uint256)
80000000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
FORCE
totalSupply() view returns (uint16)
538
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)
changePrice(uint256 _newPrice)
mint(address _to, uint16 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleSale()
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)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.