Wild Goat Gang
Verified contract
Active on
Ethereum with 8,327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGG | ERC-721 | 1 | -- | -- | |
WGG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230499 | 7 days ago | | | 0 | 0.00094735502 | |
| 21078256 | a month ago | | | 0 | 0.00038052714 | |
| 20883224 | 2 months ago | | | 0 | 0.00033483322 | |
| 20290491 | 5 months ago | | | 0 | 0.00016366362 | |
| 20192428 | 5 months ago | | | 0 | 0.00012790018 | |
| 20121648 | 5 months ago | | | 0 | 0.00032031292 | |
| 19939773 | 6 months ago | | | 0 | 0.00030131011 | |
| 19908859 | 6 months ago | | | 0 | 0.00013602551 | |
| 19897652 | 6 months ago | | | 0 | 0.00018065658 | |
| 19877280 | 6 months ago | | | 0 | 0.00037853340 |
ABI
ABI objects
Getter at block 21283557
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://cczlwgg.mypinata.cloud/ipfs/QmY7PJQV4Cu3CUZ36LJZJczPbi8pCK6szuoWWod7BhTrWu/
getBalance() view returns (uint256)
0
goatMainsaleOpen() view returns (bool)
true
goatPresaleOpen() view returns (bool)
false
maxSupply() view returns (uint256)
6969
maxTx() view returns (uint8)
3
name() view returns (string)
Wild Goat Gang
owner() view returns (address)
0x5a065f2e2e05bbe470d8fc6930bb23a162ae9b96
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
WGG
totalToken() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressWhitelisted(address whitelist) view returns (bool)
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 addWhiteList(address[] whiteListedAddresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxSupply(uint256 _maxSupply)
flipPresale()
mainSale(uint8 mintTotal) payable
preSale(uint8 mintTotal) 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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawContractEther()
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.