Flokitars
Verified contract
Active on
Ethereum with 7,521 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($294.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKEN | ERC-20 | 3.561634K | $0.082789 |
$294.86 | |
FLOKITARS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21326934 | an hour ago | | | 0 | 0.00084679277 | |
| 21321255 | 20 hours ago | | | 0 | 0.00079283249 | |
| 21320532 | a day ago | | | 0 | 0.0010330012 | |
| 21305035 | 3 days ago | | | 0 | 0.00031403802 | |
| 21305035 | 3 days ago | | | 0 | 0.00034878795 | |
| 21302081 | 4 days ago | | | 0 | 0.00076027125 | |
| 21302039 | 4 days ago | | | 0 | 0.0011168801 | |
| 21299493 | 4 days ago | | | 0 | 0.00045930986 | |
| 21297465 | 4 days ago | | | 0 | 0.00023615455 | |
| 21293855 | 5 days ago | | | 0 | 0.0010033939 |
ABI
ABI objects
Getter at block 21327214
GENESIS_MINT_CAP() view returns (uint256)
2000
GENESIS_MINT_COST() view returns (uint256)
30000000000000000
MINT_CAP() view returns (uint256)
10000
MINT_CAP_PER_TX() view returns (uint256)
10
RARE_NFT_RANGE() view returns (uint256)
1000
REGULAR_MINT_COST() view returns (uint256)
50000000000000000
bronze() view returns (address)
0x177312b692f92f1d2498637fcfc90b79b1fc7719
diamond() view returns (address)
0x1e18de8a026a1cab515e105a26ea95cf35300037
genesisMinted() view returns (uint256)
2000
genesisStartDate() view returns (uint256)
1631995200
name() view returns (string)
Flokitars
nextTokenId() view returns (uint256)
10001
owner() view returns (address)
0x2b9d5c7f2ead1a221d771fb6bb5e35df04d60ab0
regularStartDate() view returns (uint256)
1631997000
ruby() view returns (address)
0x064f9547a78bd5ba35a7aeb2221de69b86cd6307
silver() view returns (address)
0x90ff5796b1e7711f1b13afd69d2e36e28a60c708
symbol() view returns (string)
FLOKITARS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getData(uint256 _tokenId) view returns (uint8, uint8, uint8, uint8, uint8, uint8)
hasGenesisNFT(address _account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reverseSuperMapping(uint256) view returns (uint256)
superMapping(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _number) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _name, string _symbol, string _tokenURI, address _bronze, address _silver, address _diamond, address _ruby, uint256 _genesisStartDate, uint256 _regularStartDate)
This contract contains no fallback and receive objects.
This contract contains no error objects.