FlowerGirls
Verified contract
Active on
Ethereum with 16,317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($107.08)
Native
Value
$107.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031235 | $3,428.37 |
$107.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277456 | an hour ago | | | 0 | 0.00040876944 | |
| 21275742 | 7 hours ago | | | 0 | 0.00051932029 | |
| 21274194 | 12 hours ago | | | 0 | 0.00051790223 | |
| 21254856 | 3 days ago | | | 0 | 0.00027956462 | |
| 21254855 | 3 days ago | | | 0 | 0.00044441385 | |
| 21251230 | 4 days ago | | | 0 | 0.00098453535 | |
| 21239186 | 5 days ago | | | 0 | 0.00056166009 | |
| 21198698 | 11 days ago | | | 0 | 0.00061344275 | |
| 21173519 | 15 days ago | | | 0 | 0.0015903032 | |
| 21162866 | 16 days ago | | | 0 | 0.00055833973 |
ABI
ABI objects
Getter at block 21277703 getBaseTokenURI() view returns (string)
_presaleLimit() view returns (uint256)
10
_reserved() view returns (uint256)
0
getPrice() view returns (uint256)
50000000000000000
getTokensLeft() view returns (uint256)
0
name() view returns (string)
FlowerGirls
owner() view returns (address)
0x71ddd9b4c03cbb1104eeea5a0167a2eb05afbce3
symbol() view returns (string)
FLGS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
inPresale(address addr) view returns (bool)
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 addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
giveAway(address to, uint256 quantity)
mintMainSale(uint256 num) payable
mintPresale(uint256 num) payable
pauseMainSale()
pausePresale()
renounceOwnership()
resumeMainSale()
resumePresale()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
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.