AIOkayBears
Verified contract
Active on
Ethereum with 3,810 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 "AIOkayBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20551690 | 3 months ago | | | 0 | 0.000039232668 | |
| 20548962 | 3 months ago | | | 0 | 0.000098717111 | |
| 19958260 | 5 months ago | | | 0 | 0.00040975153 | |
| 19462221 | 8 months ago | | | 0 | 0.0022802505 | |
| 18829353 | a year ago | | | 0 | 0.0029238810 | |
| 18471975 | a year ago | | | 0 | 0.0013442131 | |
| 18423554 | a year ago | | | 0 | 0.00042523641 | |
| 17968031 | a year ago | | | 0 | 0.00064033763 | |
| 17795251 | a year ago | | | 0 | 0.00090883930 | |
| 17515763 | a year ago | | | 0 | 0.0019108292 |
ABI
ABI objects
Getter at block 21161669
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://aiokaybears.mypinata.cloud/ipfs/QmSRnYPYLkNbA7tiFHMGPLAKeRugWgBYYbars99fe9g3Sz/
freeSupplyLeft() view returns (uint256)
0
fullURI() view returns (string)
maxSupply() view returns (uint256)
10000
mintActive() view returns (bool)
true
name() view returns (string)
AIOkayBears
owner() view returns (address)
0xe4106b18981abd4082aa1c24fff109933a308ed0
reserveSupplyLeft() view returns (uint256)
0
symbol() view returns (string)
AIOB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedList(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedList(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
reserveList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 numTokens) payable
ownerMint()
renounceOwnership()
reservedMint(uint8 numTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedReserveList(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFullURI(string fullURI_)
toggleMintState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFreeBalance(uint256 newFreeBalance)
updateMaxSupply(uint256 newMaxSupply)
updatePrice(uint256 newPrice)
updateReservedBalance(uint256 newReservedBalance)
withdrawMoney()
AIOBMinted(address indexed mintAddress, uint8 indexed numTokens, uint8 mintType)
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)
ToggleMint(bool indexed mintActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()