The Life Of Moji
Verified contract
Active on
Ethereum with 1,809 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 Life Of Moji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155776 | a day ago | | | 0 | 0.00049802294 | |
| 20111578 | 5 months ago | | | 0 | 0.00016995018 | |
| 20066289 | 5 months ago | | | 0 | 0.00035484650 | |
| 19974025 | 5 months ago | | | 0 | 0.00038093301 | |
| 19724165 | 7 months ago | | | 0 | 0.00038254701 | |
| 19326788 | 8 months ago | | | 0 | 0.0040642073 | |
| 19277580 | 9 months ago | | | 0 | 0.0016215471 | |
| 18962974 | 10 months ago | | | 0 | 0.0011330676 | |
| 18941302 | 10 months ago | | | 0 | 0.00095952348 | |
| 18848412 | a year ago | | | 0 | 0.00096662163 |
ABI
ABI objects
Getter at block 21163548
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://thelifeofmoji.mypinata.cloud/ipfs/Qme1UbgTYhXUVTjPy3d12vmvLd6g2mWeF75xMviQjZUuQq/
getBalance() view returns (uint256)
0
mainSaleOpen() view returns (bool)
true
maxSupply() view returns (uint256)
10000
maxTx() view returns (uint256)
20
name() view returns (string)
The Life Of Moji
owner() view returns (address)
0xf7282e61db0377cd6c4e0657d39fe7ea0ea8be6d
presaleOpen() view returns (bool)
false
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
Moji
totalSupply() view returns (uint256)
2667
totalToken() view returns (uint256)
2667
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressWhitelisted(address _incomingAddress) view returns (bool)
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)
walletPurchaseLimit(address) view returns (uint256)
State-modifying
Events addWhiteList(address[] presaleAddress)
airdropNft(address airdropPatricipent, uint8 tokenID) payable
approve(address to, uint256 tokenId)
finalTeamMint()
firstTeamMint()
flipMainsale(bool _main)
flipPresale(bool _pre)
mainSale(uint256 mintTotal) payable
preSale(uint256 mintTotal) payable
removeWhiteList(address[] presaleAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondTeamMint()
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawContractEther(address recipient)
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)
giveawayNft(address to, uint256 tokenID)
mint(address to, uint256 total)
withdraw(uint256 total)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.