Non-Fungible Gas
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xdcec…f89e
Balances ($0.00)
No balances found for "Non-Fungible Gas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14222439 | 3 years ago | | | 0 | 0.0021151734 | |
| 13989923 | 3 years ago | | | 0 | 0.0064437185 | |
| 13184859 | 3 years ago | | | 0.1 | 0.012510550 | |
| 13184835 | 3 years ago | | | 0.1 | 0.017322300 | |
| 13184829 | 3 years ago | | | 0.1 | 0.098503540 | |
| 13184659 | 3 years ago | | | 0 | 0.0020145300 | |
| 13182492 | 3 years ago | | | 0.1 | 0.028291950 | |
| 13181755 | 3 years ago | | | 0 | 0.0043527209 | |
| 13156435 | 3 years ago | | | 0.1 | 0.032334960 | |
| 13156386 | 3 years ago | | | 0.1 | 0.016765600 |
ABI
ABI objects
Getter at block 21415708
averageGasPrice() view returns (uint256)
131462902742
baseURI() view returns (string)
https://xmons.herokuapp.com/nfgas/
feeAmount() view returns (uint256)
100000000000000000
feeRecipient() view returns (address)
0x75d4bdbf6593ed463e9625694272a0ff9a6d346f
generator() view returns (address)
0xdcec4a007ea2f89ff505c35814c1431af71ef89e
name() view returns (string)
Non-Fungible Gas
owner() view returns (address)
0x75d4bdbf6593ed463e9625694272a0ff9a6d346f
symbol() view returns (string)
NFG
totalSupply() view returns (uint256)
100
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)
purchasedIds(uint256) view returns (uint256)
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)
burn(uint256 tokenId)
mint(uint256 id) payable
moveTokens(address tokenAddress, address to, uint256 numTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFeeRecipient(address a)
setGenerator(address a)
setTokenURI(uint256 id, string uri)
svg(uint256 id) returns (string)
transferFrom(address from, address to, uint256 id)
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)
Purchased(uint256 id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address a)
This contract contains no fallback and receive objects.
This contract contains no error objects.