Highflyers
Verified contract
Active on
Ethereum with 2,363 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 "Highflyers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282558 | 9 hours ago | | | 0 | 0.0015438773 | |
| 20993863 | a month ago | | | 0 | 0.00095314952 | |
| 20441543 | 4 months ago | | | 0 | 0.00068005461 | |
| 20360237 | 4 months ago | | | 0 | 0.000092505006 | |
| 19821300 | 7 months ago | | | 0 | 0.00012176378 | |
| 19821292 | 7 months ago | | | 0 | 0.00010480068 | |
| 19736493 | 7 months ago | | | 0 | 0.00025184209 | |
| 19609511 | 8 months ago | | | 0 | 0.00035160081 | |
| 19609511 | 8 months ago | | | 0 | 0.00061852394 | |
| 19372818 | 9 months ago | | | 0 | 0.0027161384 |
ABI
ABI objects
Getter at block 21285232
getContractIsPaused() view returns (bool)
false
getIssuedTokenCount() view returns (uint256)
6969
name() view returns (string)
Highflyers
owner() view returns (address)
0x7230b95c7a220938789dae04a71a917d85c61180
symbol() view returns (string)
HIGHFLYERS
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 numberOfPairsToMint) payable
ownerMintAirdrop(address mintAddress, uint256 numberOfPairsToMint)
ownerSetBaseTokenURI(string newBaseTokenURI)
ownerSetPausedState(bool contractIsPaused)
ownerWithdrawContractBalance()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.