Goat Soup
Verified contract
Active on
Ethereum with 8,843 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 |
---|---|---|---|---|---|
BICO | ERC-20 | 1.184402M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145894 | 19 days ago | | | 0 | 0.00060707984 | |
| 21121926 | 23 days ago | | | 0 | 0.00029689802 | |
| 20999414 | a month ago | | | 0 | 0.00062201063 | |
| 20960057 | a month ago | | | 0 | 0.00039215554 | |
| 20891155 | 2 months ago | | | 0 | 0.00026550663 | |
| 20855290 | 2 months ago | | | 0 | 0.00019374984 | |
| 20789027 | 2 months ago | | | 0 | 0.00028165727 | |
| 20730374 | 3 months ago | | | 0 | 0.000090500393 | |
| 20651311 | 3 months ago | | | 0 | 0.000028627608 | |
| 20588430 | 3 months ago | | | 0 | 0.000050098741 |
ABI
ABI objects
Getter at block 21283458
currentSupply() view returns (uint256)
3744
name() view returns (string)
Goat Soup
owner() view returns (address)
0xdffa053e43c3285f2e865c4619edda94f84284bc
presaleLive() view returns (bool)
false
saleLive() view returns (bool)
false
symbol() view returns (string)
GSOUP
totalSupply() view returns (uint256)
3744
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)
purchasedPresales(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
State-modifying
Events addAttributes(uint256 _attributeIndex, struct GoatSoupAttribute[] attributes)
approve(address to, uint256 tokenId)
clearAttributes()
flipPresaleState()
flipSaleState()
mint(uint256 amount, string nonce, bytes signature) payable
presale(bytes signature) payable
renounceOwnership()
reserveGoatSoup(address[] _receivers)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSignerAddress(address newSigner)
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.
This contract contains no error objects.