saudigoblinswtf
Verified contract
Active on
Ethereum with 627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57.90)
Native
Value
$57.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,859.87 |
$57.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19451488 | 9 months ago | | | 0 | 0.00067218313 | |
| 18585469 | a year ago | | | 0 | 0.0011787564 | |
| 16632171 | 2 years ago | | | 0 | 0.0011927428 | |
| 16036252 | 2 years ago | | | 0 | 0.00029795280 | |
| 16036243 | 2 years ago | | | 0 | 0.00029781401 | |
| 16029338 | 2 years ago | | | 0 | 0.00057172615 | |
| 15906659 | 2 years ago | | | 0 | 0.00063324875 | |
| 15667611 | 2 years ago | | | 0 | 0.00035972218 | |
| 15457627 | 2 years ago | | | 0 | 0.00085405871 | |
| 15409206 | 2 years ago | | | 0 | 0.00057626741 |
ABI
ABI objects
Getter at block 21406905
baseURI() view returns (string)
https://saudigoblins.s3.amazonaws.com/metadata/
cost() view returns (uint256)
1000000000000000
maxSupply() view returns (uint256)
5555
maxperAddress() view returns (uint256)
10
name() view returns (string)
saudigoblinswtf
owner() view returns (address)
0xb7831fa6d48902cf3f4ffc272d1843980cf5f494
symbol() view returns (string)
saudigoblins.wtf
totalSupply() view returns (uint256)
2303
Read-only
addressMintedBalance(address) view returns (uint256)
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)
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)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
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)
setCost(uint256 _newCost)
setmaxSupply(uint256 _newMaxSupply)
setmaxperAddress(uint256 _amount)
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.
This contract contains no error objects.