Niftymoji
Verified contract
Active on
Ethereum with 6,000 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 "Niftymoji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16325020 | 2 years ago | | | 0 | 0.00084677888 | |
| 14715078 | 3 years ago | | | 0 | 0.0029299463 | |
| 14504194 | 3 years ago | | | 0 | 0.0016261040 | |
| 14504166 | 3 years ago | | | 0 | 0.0018386423 | |
| 14399847 | 3 years ago | | | 0 | 0.0013482743 | |
| 14399410 | 3 years ago | | | 0 | 0.0021068460 | |
| 14399410 | 3 years ago | | | 0 | 0.0028934460 | |
| 14379201 | 3 years ago | | | 0 | 0.00088842014 | |
| 14378685 | 3 years ago | | | 0 | 0.00043745710 | |
| 14378662 | 3 years ago | | | 0 | 0.00046532577 |
ABI
ABI objects
Getter at block 21159885
baseTokenURI() view returns (string)
http://206.189.158.45:9090/id/
changeLuckPrice() view returns (uint256)
350000000000000000
changePowerPrice() view returns (uint256)
350000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
Niftymoji
openSeaVersion() pure returns (string)
1.2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MOJI
tokenPrice() view returns (uint256)
100000000000000000000
totalSupply() view returns (uint256)
2831
totalSupplyEnum() view returns (uint256)
0
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)
powerNLucks(uint256) view returns (uint256 power, uint256 luck)
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)
State-modifying
Events approve(address to, uint256 tokenId)
batchMintToken(address[] _buyer) returns (bool)
buyToken(uint256 _userSeed) payable returns (bool)
changePowerLuck(uint256 tokenID, uint8 status) payable returns (bool)
changePowerLuckPrice(uint256 powerPrice, uint256 luckPrice) returns (bool)
changeProxyURL(address newProxyAddress) returns (bool)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string uri)
setTokenPrice(uint256 _tokenPrice) returns (bool)
syncFromOldContract(uint256[] tokens, address[] users) returns (bool)
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)
constructor(string _name, string _symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.