GoblinRoyalz
Verified contract
Active on
Ethereum with 1,679 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 "GoblinRoyalz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19254305 | 9 months ago | | | 0 | 0.00093794429 | |
| 18039999 | a year ago | | | 0 | 0.00053641735 | |
| 18033268 | a year ago | | | 0 | 0.00067433242 | |
| 18033267 | a year ago | | | 0 | 0.00069324000 | |
| 18033266 | a year ago | | | 0 | 0.00069198000 | |
| 17860951 | a year ago | | | 0 | 0.00064717155 | |
| 17517849 | a year ago | | | 0 | 0.00031356471 | |
| 17425516 | a year ago | | | 0 | 0.0010367299 | |
| 16784226 | 2 years ago | | | 0 | 0.0012536945 | |
| 16306676 | 2 years ago | | | 0 | 0.00082823155 |
ABI
ABI objects
Getter at block 21276915
MAX_SUPPLY() view returns (uint256)
6900
baseURI() view returns (string)
ipfs://QmU67sDjqcPGNb6z56UspY3uLdkpdvWje4qHRuem6xJKt3/
contractURI() view returns (string)
https://northupcrypto.mypinata.cloud/ipfs/QmbiDiXAMaXm2TAecc89bcDuxgFXUpbWyrz5Yh3ztz4buQ
contractURIString() view returns (string)
https://northupcrypto.mypinata.cloud/ipfs/QmbiDiXAMaXm2TAecc89bcDuxgFXUpbWyrz5Yh3ztz4buQ
isPublicSaleActive() view returns (bool)
true
maxPerAddress() view returns (uint256)
5
maxPerTx() view returns (uint256)
5
mintPrice() view returns (uint256)
0
name() view returns (string)
GoblinRoyalz
owner() view returns (address)
0x8e56d6c471b36e3dfecb182e163140a16310f32c
symbol() view returns (string)
GR
totalSupply() view returns (uint256)
6900
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
mintTo(uint256 _amount, address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerTx(uint256 _maxPerTx)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()