Mekaformers
Verified contract
Active on
Ethereum with 2,765 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 "Mekaformers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165202 | 12 days ago | | | 0 | 0.0013296049 | |
| 20884261 | 2 months ago | | | 0 | 0.00011169567 | |
| 20849136 | 2 months ago | | | 0 | 0.00021098758 | |
| 20704244 | 2 months ago | | | 0 | 0.000075563488 | |
| 20703680 | 2 months ago | | | 0 | 0.000073219871 | |
| 20702816 | 2 months ago | | | 0 | 0.000066249923 | |
| 20631435 | 3 months ago | | | 0 | 0.000039122266 | |
| 20455394 | 4 months ago | | | 0 | 0.00011791961 | |
| 20454770 | 4 months ago | | | 0 | 0.000068196766 | |
| 20064220 | 5 months ago | | | 0 | 0.00045379259 |
ABI
ABI objects
Getter at block 21248030
maxTx() view returns (uint256)
10
name() view returns (string)
Mekaformers
nonce() view returns (uint256)
1500
owner() view returns (address)
0x7261aa2b46ffab8040185d10c69b5df0960a94f8
presaleActive() view returns (bool)
false
price() view returns (uint256)
120000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
MEKAF
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPresale(uint256 qty) payable
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxTx(uint256 newMax)
setPresaleActive(bool val)
setPresaleWallets(address[] _a, uint256[] _amount)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.