A.N.I.M.O
Verified contract
Active on
Ethereum with 19,591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,189.82 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146124 | 2 days ago | | | 0 | 0.00023534632 | |
| 21112424 | 7 days ago | | | 0 | 0.00016896636 | |
| 21103254 | 8 days ago | | | 0 | 0.000096476700 | |
| 21058788 | 14 days ago | | | 0 | 0.00017003640 | |
| 21030640 | 18 days ago | | | 0 | 0.00055937282 | |
| 21016610 | 20 days ago | | | 0 | 0.00019959574 | |
| 20976089 | a month ago | | | 0 | 0.00041483676 | |
| 20971032 | a month ago | | | 0 | 0.00072529290 | |
| 20959123 | a month ago | | | 0 | 0.00069296121 | |
| 20957278 | a month ago | | | 0 | 0.00071166766 |
ABI
ABI objects
Getter at block 21160675
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
A.N.I.M.O
owner() view returns (address)
0xbeb423ffe37c9b63314f5a3043b28d2d8631b4d9
paused() view returns (bool)
true
presale() view returns (bool)
false
price() view returns (uint256)
88000000000000000
symbol() view returns (string)
ANIMO
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedBy(address _owner) view returns (uint256[])
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)
mint(uint256 _quantity, uint256 _maxQty, bool _freeMintEligible, string _nonce, bytes _signature) payable
mintPublic(uint256 _quantity) payable
mintRemaining(address _to, uint256 _qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool _isPause)
setPreSale(bool _presale)
setPrice(uint256 _price)
setTokenBaseURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewAnimo(address indexed cadet, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _totalCollabs, string _tokenBaseURI, address[] _members)
receive()
This contract contains no error objects.