Not Okay Rakkudo
Verified contract
Active on
Ethereum with 2,897 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 "Not Okay Rakkudo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19908946 | 6 months ago | | | 0 | 0.00012776143 | |
| 19637008 | 7 months ago | | | 0 | 0.00091568819 | |
| 19220426 | 9 months ago | | | 0 | 0.0011836992 | |
| 16867629 | 2 years ago | | | 0 | 0.00066185599 | |
| 16666982 | 2 years ago | | | 0 | 0.00054822848 | |
| 15943570 | 2 years ago | | | 0 | 0.00098800836 | |
| 15824960 | 2 years ago | | | 0 | 0.00053575018 | |
| 15768041 | 2 years ago | | | 0 | 0.00064188253 | |
| 15768035 | 2 years ago | | | 0 | 0.00061260756 | |
| 15738914 | 2 years ago | | | 0 | 0.00058996224 |
ABI
ABI objects
Getter at block 21201040
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
3
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQkKv89HH8tEQFKW8472XDb7JoQAwGRXDptWXhCPuKX4J/
contractURI() view returns (string)
ipfs://QmV7gw7UwyRUuKwdZdtJDCmPBtVay2pkCDgoiXhdv5mXoo
free_max_supply() view returns (uint256)
8500
max_supply() view returns (uint256)
10000
name() view returns (string)
Not Okay Rakkudo
owner() view returns (address)
0xbbb44ea79bf9117d00a03dd74970072625dd5826
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Rakkudo
totalSupply() view returns (uint256)
7577
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
collect(uint256 quantity)
configPrice(uint256 newPrice)
configfree_max_supply(uint256 newFreesupply)
configmax_supply(uint256 newSupply)
dumpster(uint256[] tokenids)
mint(uint256 _amount) payable
newbaseExtension(string newex)
out()
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()