MyToken
Verified contract
Active on
Ethereum with 1,259 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 "MyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146269 | 20 days ago | | | 0 | 0.00043835099 | |
| 17046968 | 2 years ago | | | 0 | 0.0013009398 | |
| 16359542 | 2 years ago | | | 0 | 0.00097195134 | |
| 15846610 | 2 years ago | | | 0 | 0.00031321568 | |
| 15779696 | 2 years ago | | | 0 | 0.00076047919 | |
| 15563998 | 2 years ago | | | 0 | 0.00037393325 | |
| 15550961 | 2 years ago | | | 0 | 0.00022648369 | |
| 15291891 | 2 years ago | | | 0 | 0.00023545008 | |
| 15226279 | 2 years ago | | | 0 | 0.0017843107 | |
| 15159169 | 2 years ago | | | 0 | 0.00051144793 |
ABI
ABI objects
Getter at block 21292307
PROVENANCE_HASH() view returns (string)
a1416cfdff9be78e7187e545ac5819aac8bd47bca2273cc8544c54738728fa91
airdropAmount() view returns (uint256)
1250
baseURI() view returns (string)
ipfs://Qmdb3mtNszzFv5Vd2YV7GF9pYwCCnLnRMwTmmh7Wc7dec5/
claimActive() view returns (bool)
false
claimMaxMintAmount() view returns (uint256)
2
currentNumMinted() view returns (uint256)
2222
name() view returns (string)
The FLZ Collection
owner() view returns (address)
0xf491a76f6d9a3fa7a8f4ea77c9f550f6d28fcfe9
randomStartingIndexRequested() view returns (bool)
true
startingIndex() view returns (uint256)
1430
symbol() view returns (string)
FLZ NFT
totalAmount() view returns (uint256)
2222
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
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 airdrop(address recipient, uint256 numMinted)
approve(address to, uint256 tokenId)
claim(uint256 numMinted)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
requestRandomStartingIndex() returns (bytes32 requestId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
startClaim()
stopClaim()
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)
ClaimStart(uint256 indexed _claimStartTime)
ClaimStop(uint256 indexed _timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, struct MyTokenVrfValues vrfValues, struct MyTokenAmounts amounts, string _PROVENANCE_HASH, string baseURIInput)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()