AIBears
Verified contract
Active on
Ethereum with 4,975 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 "AIBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19065799 | 10 months ago | | | 0 | 0.00048570616 | |
| 18908184 | a year ago | | | 0 | 0.00059757145 | |
| 17010382 | 2 years ago | | | 0 | 0.00050562522 | |
| 16852428 | 2 years ago | | | 0 | 0.00067642900 | |
| 16637287 | 2 years ago | | | 0 | 0.0019421431 | |
| 16206419 | 2 years ago | | | 0 | 0.00067441956 | |
| 16158316 | 2 years ago | | | 0 | 0.00090503438 | |
| 16151231 | 2 years ago | | | 0 | 0.0013650326 | |
| 16086669 | 2 years ago | | | 0 | 0.00094796773 | |
| 16052521 | 2 years ago | | | 0 | 0.00024059002 |
ABI
ABI objects
Getter at block 21217989 getMyAssets() view returns (uint256[])
maxTx() view returns (uint256)
1
maxWallet() view returns (uint256)
10
name() view returns (string)
AIBears
nonce() view returns (uint256)
5784
owner() view returns (address)
0x329592985bf3660ab742939cf635a2e4b744ccf3
price() view returns (uint256)
0
saleActive() view returns (bool)
true
symbol() view returns (string)
AIBRS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
owners(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
giveaway(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)
setBaseTokenURI(string _uri)
setMaxTx(uint256 newMax)
setMaxWallet(uint256 newMax)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.