Cashgrab Azuki
Verified contract
Active on
Ethereum with 2,157 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 "Cashgrab Azuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904054 | a year ago | | | 0 | 0.00068748354 | |
| 17966838 | a year ago | | | 0 | 0.00082222582 | |
| 17882514 | a year ago | | | 0 | 0.00060334439 | |
| 17816507 | a year ago | | | 0 | 0.00091398622 | |
| 17697447 | a year ago | | | 0 | 0.00062031202 | |
| 17646137 | a year ago | | | 0 | 0.00039424186 | |
| 17609875 | a year ago | | | 0 | 0.00059989800 | |
| 17602176 | a year ago | | | 0 | 0.00034189197 | |
| 17589101 | a year ago | | | 0 | 0.00058991100 | |
| 17589101 | a year ago | | | 0 | 0.00058991100 |
ABI
ABI objects
Getter at block 21194920
freeNumPertx() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
5555
maxSupply() view returns (uint256)
5555
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Cashgrab Azuki
owner() view returns (address)
0x0744518cb92f9fbb5909bb9b66fc52861e3d0e70
symbol() view returns (string)
CA
totalSupply() view returns (uint256)
5555
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)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeNum(uint256 f, uint256 t)
setUri(string i)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()