Flying Formations
Verified contract
Active on
Ethereum with 742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a00…312e
0x7afa…3797
0x15b7…3337
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#313323388451701000412110385806500653223) | KOLECTIV | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20403878 | 4 months ago | | | 0 | 0.000058462093 | |
| 20373651 | 4 months ago | | | 0 | 0.00013691675 | |
| 20332999 | 4 months ago | | | 0 | 0.00063383733 | |
| 19292965 | 9 months ago | | | 0 | 0.00073516013 | |
| 19292916 | 9 months ago | | | 0 | 0.0010236220 | |
| 19126700 | 10 months ago | | | 0 | 0.00095751096 | |
| 19120012 | 10 months ago | | | 0 | 0.0021707544 | |
| 19049225 | 10 months ago | | | 0 | 0.00076126520 | |
| 18901845 | a year ago | | | 0 | 0.00074832053 | |
| 18901816 | a year ago | | | 0 | 0.00072426186 |
ABI
ABI objects
Getter at block 21317267 getAllTokens() view returns (uint256[])
getPrice() view returns (uint256)
1000000000000000000
name() view returns (string)
Flying Formations
owner() view returns (address)
0x27babdd935b6865a6cc2fb880d33aab08bd0fa98
paused() view returns (bool)
false
symbol() view returns (string)
FFT
totalSupply() view returns (uint256)
120
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)
sneakerRedeemedBy(uint256) 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)
State-modifying
Events approve(address to, uint256 tokenId)
buy(address recipient, uint256 tokenId) payable
redeem(uint256 tokenId)
renounceOwnership()
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)
transferOwnership(address newOwner)
updateBaseURI(string __baseURI)
updateDivisionStWallet(address _wallet)
updateDucksWallet(address _wallet)
updateFootballTeamWallet(address _wallet)
updatePaused(bool _paused)
updateRedeemEnabled(bool _redeemEnabled)
updateRedeemExpired(bool _redeemExpired)
updateSaleStartsAt(uint256 _saleStartsAt)
updateSneakerBaseURI(string __baseURI)
AirMax1Redeemed(uint256 tokenId, address recipient)
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)
Paused(address account)
TokenBought(uint256 tokenId, address recipient, uint256 paid, uint256 footballTeamReceives, uint256 ducksReceives, uint256 divisionStReceives)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _saleStartsAt, string _sneakerBaseURI, string _standardBaseURI, struct FlyingFormationsPremintEntry[] premintEntries, address _footballTeamWallet, address _ducksWallet, address _divisionStWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.