FunMintFactory2
Verified contract
Active on
Ethereum with 5 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 "FunMintFactory2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17387669 | a year ago | | | 0 | 0.081318372 | |
| 17387630 | a year ago | | | 0 | 0.012540206 | |
| 17344190 | 2 years ago | | | 0 | 0.068695229 | |
| 17340124 | 2 years ago | | | 0 | 0.0012834772 | |
| 17340091 | 2 years ago | | | 0 | 0.0039568115 |
ABI
ABI objects
Getter at block 21300492
owner() view returns (address)
0x56d7303fb0d0781c2fbef962d7f9461bf416916f
Read-only
configs(uint256) view returns (address allowedMinter, address owner, string name, string symbol, bytes32 salt)
minted(bytes32) view returns (bool)
State-modifying
Events create(uint256 id) returns (address)
renounceOwnership()
setConfig(uint256 id, struct FunMintFactory2MintConfig config)
transferOwnership(address newOwner)
Deployed(bytes32 salt, address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyDeployed()
InvalidId()
OnlyMinter()