AlphaBetty Doodles
Verified contract
Active on
Ethereum with 9,328 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 "AlphaBetty Doodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253125 | a day ago | | | 0 | 0.00025758220 | |
| 21161099 | 14 days ago | | | 0 | 0.00067330446 | |
| 21130497 | 18 days ago | | | 0 | 0.00067269969 | |
| 20891648 | 2 months ago | | | 0 | 0.00020654039 | |
| 20734559 | 2 months ago | | | 0 | 0.00013312072 | |
| 20698247 | 3 months ago | | | 0 | 0.00011502271 | |
| 20645319 | 3 months ago | | | 0 | 0.000072918782 | |
| 20632982 | 3 months ago | | | 0 | 0.000040430513 | |
| 20505340 | 3 months ago | | | 0 | 0.000058234792 | |
| 20439116 | 4 months ago | | | 0 | 0.00012525603 |
ABI
ABI objects
Getter at block 21260412
MAX_SUPPLY() view returns (uint256)
10000
getLaunchTime() view returns (uint256)
1628283600
isLaunched() view returns (bool)
true
name() view returns (string)
AlphaBetty Doodles
owner() view returns (address)
0xfcd7a4c71ac8728479ce0e6292df08e99532c197
symbol() view returns (string)
ALPHABETTY
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintOwnerTokens()
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)
setLaunchTime(uint256 time)
setRipCord(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.