The Saudi Goblins
Verified contract
Active on
Ethereum with 1,669 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 Saudi Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18798910 | a year ago | | | 0 | 0.0022507470 | |
| 16636339 | 2 years ago | | | 0 | 0.0020421362 | |
| 16596293 | 2 years ago | | | 0 | 0.00084426231 | |
| 16461980 | 2 years ago | | | 0 | 0.00072669650 | |
| 16415882 | 2 years ago | | | 0 | 0.00074666829 | |
| 16351784 | 2 years ago | | | 0 | 0.00077040420 | |
| 16351242 | 2 years ago | | | 0 | 0.00069702428 | |
| 16345112 | 2 years ago | | | 0 | 0.00079654961 | |
| 16343374 | 2 years ago | | | 0 | 0.0010006319 | |
| 16291567 | 2 years ago | | | 0 | 0.00042433765 |
ABI
ABI objects
Getter at block 21173231
baseURI() view returns (string)
ipfs://QmdoagRYjkht1GsWRqc2ztsazky6EmKDW9iRnKq4tj4G4A/
isRevealed() view returns (bool)
false
mintRate() view returns (uint256)
0
mintingOpen() view returns (bool)
false
name() view returns (string)
The Saudi Goblins
owner() view returns (address)
0x28ff970ff0ad72f9808efda0f08ac808bcd3015d
symbol() view returns (string)
SAUDIGOBLINS
totalSupply() view returns (uint256)
1036
whitelistOpen() view returns (bool)
false
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
checkMinted(address checkAdress) returns (uint256)
claimableMints(address checkAdress) returns (uint256)
mint(uint256 quantity) payable
mintTo(uint256 quantity, address to)
mintWL(uint256 quantity) payable
openFreeSale()
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string setURI)
setMintRate(uint256 _mintRate)
setWhitelist(address[] addresses, uint8 numAllowedToMint)
set_MAX_MINTS(uint256 _amount)
set_MAX_SUPPLY(uint256 _amount)
set_MAX_WHITELIST(uint256 _amount)
stopFreeSale()
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()