FramedGrowth
Verified contract
Active on
Ethereum with 252 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "FramedGrowth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17144900 | 2 years ago | | | 0 | 0.0017521432 | |
| 16401550 | 2 years ago | | | 0 | 0.0056434943 | |
| 16227621 | 2 years ago | | | 0 | 0.0025336749 | |
| 15956039 | 2 years ago | | | 0 | 0.00061859129 | |
| 15863567 | 2 years ago | | | 0 | 0.00018255178 | |
| 15834760 | 2 years ago | | | 0 | 0.0013057045 | |
| 15706981 | 2 years ago | | | 0 | 0.00092533877 | |
| 15645166 | 2 years ago | | | 0 | 0.00047943756 | |
| 15637354 | 2 years ago | | | 0 | 0.00049751981 | |
| 15221751 | 2 years ago | | | 0 | 0.00045916223 |
ABI
ABI objects
Getter at block 21168394
MAX_SUPPLY() view returns (uint256)
314
baseMintPrice() view returns (uint256)
50000000000000000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNbtiaz1LQPZAX9939XBqndHdVaDi785KD5R8x1FGanY7/
maxPreSalePurchaseCount() view returns (uint256)
2
maxPurchaseCount() view returns (uint256)
10
name() view returns (string)
FramedGrowth
owner() view returns (address)
0x790070de1c38d81286046a681f26a1514d7196e2
presaleAccessCount() view returns (uint256)
126
presaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FRGR
totalReleased() view returns (uint256)
15450000000000000000
totalShares() view returns (uint256)
1
totalSupply() view returns (uint256)
314
Read-only
balanceOf(address owner) view returns (uint256)
canAccessPresale(address addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 numberOfTokens) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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 OwnerMint(uint256 numberOfTokens)
addPresaleAddresses(address[] addresses)
approve(address to, uint256 tokenId)
capSupply()
flipPreSaleState()
flipSaleState()
mintPresale(uint16 numberOfTokens) payable
mintTokens(uint256 numberOfTokens) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseMintPrice(uint256 price)
setBaseURI(string newBase)
setMaxPreSalePurchaseCount(uint8 count)
setMaxPurchaseCount(uint8 count)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees, uint256[] paymentShares)
receive()
This contract contains no error objects.