NFTG Opus Guild
Verified contract
Active on
Ethereum with 854 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 "NFTG Opus Guild"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089240 | a month ago | | | 0 | 0.00041512610 | |
| 20350506 | 4 months ago | | | 0 | 0.00030213342 | |
| 20230931 | 5 months ago | | | 0 | 0.00012582332 | |
| 20216732 | 5 months ago | | | 0 | 0.00012787096 | |
| 20010014 | 6 months ago | | | 0 | 0.00045030825 | |
| 19535633 | 8 months ago | | | 0 | 0.0015378889 | |
| 19376923 | 9 months ago | | | 0 | 0.0046222054 | |
| 19275479 | 9 months ago | | | 0 | 0.0015210970 | |
| 19093417 | 10 months ago | | | 0 | 0.00065137739 | |
| 18829867 | a year ago | | | 0 | 0.0013191347 |
ABI
ABI objects
Getter at block 21318802
MAX_BY_MINT() view returns (uint256)
20
MAX_ELEMENTS() view returns (uint256)
10000
PRICE() view returns (uint256)
88800000000000000
RESERVE() view returns (uint256)
175
baseTokenURI() view returns (string)
https://realitems.org/ipfs/QmQu9NV1kgyrXP2Jz6V65CNACzGbySys6g583T2Ltg9EmB?
name() view returns (string)
NFTG Opus Guild
owner() view returns (address)
0xf7fe522a09af80e04f8340f7d9b4641814b510c2
paused() view returns (bool)
false
symbol() view returns (string)
NFTG OG
totalMint() view returns (uint256)
1695
totalSupply() view returns (uint256)
1695
treasuryAddress() view returns (address)
0xf7fe522a09af80e04f8340f7d9b4641814b510c2
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)
price(uint256 _count) pure 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateMembership(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.