Animal Society
Verified contract
Active on
Ethereum with 9,681 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 "Animal Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106591 | 7 days ago | | | 0 | 0.000085029516 | |
| 21106112 | 7 days ago | | | 0 | 0.00011846784 | |
| 20798270 | 2 months ago | | | 0 | 0.00053817712 | |
| 20700175 | 2 months ago | | | 0 | 0.000087699320 | |
| 20647658 | 2 months ago | | | 0 | 0.000034527831 | |
| 20631085 | 2 months ago | | | 0 | 0.000045737628 | |
| 20631079 | 2 months ago | | | 0 | 0.000078580897 | |
| 20625237 | 2 months ago | | | 0 | 0.000058483803 | |
| 20600360 | 3 months ago | | | 0 | 0.000085372886 | |
| 20594278 | 3 months ago | | | 0 | 0.000079799807 |
ABI
ABI objects
Getter at block 21158707
AS_GIFT() view returns (uint256)
350
AS_MAX() view returns (uint256)
9999
AS_MINT() view returns (uint256)
3
AS_PRICE() view returns (uint256)
50000000000000000
AS_SALE() view returns (uint256)
9649
MAX_2() view returns (uint256)
2400
MAX_3() view returns (uint256)
1000
contractURI() view returns (string)
ipfs://QmQ7kwjjV7CanXaed9Q1cty8dLwzbXJFG2HBpNPcCHNecx
giftedAmount() view returns (uint256)
161
locked() view returns (bool)
false
name() view returns (string)
Animal Society
owner() view returns (address)
0x47db087b5698be2f978c8299618b1f2adaceea6d
proof() view returns (string)
publicAmountMinted() view returns (uint256)
7616
saleLive() view returns (bool)
false
symbol() view returns (string)
AS
totalSupply() view returns (uint256)
7777
used2() view returns (uint256)
1947
used3() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listPurchases(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
purchasedCount(address addr) view returns (uint256)
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)
buy(bytes32 hash, bytes signature, string nonce, uint256 tokenQuantity) payable
claimReserved(address recipient, uint256 amount)
gift(address[] receivers)
lockMetadata()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setProvenanceHash(string hash)
setSignerAddress(address addr)
toggleSaleStatus()
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.