PieFactoryContract
Verified contract
Active on
Ethereum with 9 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 "PieFactoryContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12452359 | 3 years ago | | | 0 | 0.36281924 | |
| 12432150 | 3 years ago | | | 0 | 0.50340620 | |
| 12418309 | 3 years ago | | | 0 | 0.021057400 | |
| 12418308 | 3 years ago | | | 0 | 0.026923000 | |
| 12418295 | 3 years ago | | | 0 | 0.020755800 | |
| 12418287 | 3 years ago | | | 0 | 0.027828000 | |
| 12418272 | 3 years ago | | | 0 | 0.040160800 | |
| 12418260 | 3 years ago | | | 0 | 0.073818000 | |
| 12418259 | 3 years ago | | | 0 | 0.0092322000 |
ABI
ABI objects
Getter at block 21161592 getDefaultCut() view returns (struct IDiamondCutFacetCut[])
defaultController() view returns (address)
0x61f7e935053e7ec2b4a3d62215a8c5e043f6eaae
diamondImplementation() view returns (address)
0x20fa1b7557b00518ece235c01e1e380bf2fc33cd
getDefaultCutCount() view returns (uint256)
6
owner() view returns (address)
0x61f7e935053e7ec2b4a3d62215a8c5e043f6eaae
Read-only
defaultCut(uint256) view returns (address facetAddress, uint8 action)
isPie(address) view returns (bool)
pies(uint256) view returns (address)
State-modifying
Events addFacet(struct IDiamondCutFacetCut _facet)
bakePie(address[] _tokens, uint256[] _amounts, uint256 _initialSupply, string _symbol, string _name)
removeFacet(uint256 _index)
renounceOwnership()
setDefaultController(address _controller)
setDiamondImplementation(address _diamondImplementation)
transferOwnership(address newOwner)
DefaultControllerSet(address indexed controller)
FacetAdded(struct IDiamondCutFacetCut arg0)
FacetRemoved(struct IDiamondCutFacetCut arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PieCreated(address indexed pieAddress, address indexed deployer, uint256 indexed index)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.