BRC20Factory
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "BRC20Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20941138 | 2 months ago | | | 0 | 0.0010834599 | |
| 20941132 | 2 months ago | | | 0 | 0.0011988450 | |
| 20360924 | 5 months ago | | | 0 | 0.00076463034 | |
| 20360622 | 5 months ago | | | 0 | 0.00057687661 | |
| 20354066 | 5 months ago | | | 0 | 0.00037529763 | |
| 20354008 | 5 months ago | | | 0 | 0.00042671204 | |
| 20331823 | 5 months ago | | | 0 | 0.00065314993 | |
| 20331791 | 5 months ago | | | 0 | 0.00064821359 | |
| 20318355 | 5 months ago | | | 0 | 0.00043393167 | |
| 19865656 | 7 months ago | | | 0 | 0.00055886144 |
ABI
ABI objects
Getter at block 21385102
DOMAIN_SEPARATOR() view returns (bytes32)
0x910b22bbf7bb511af5761fb279bc1c78da09f5a54e6bcdcc919620a3522e30c6
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
MINT_TYPEHASH() view returns (bytes32)
0xeea7c16dad6ea4efa98ec5cafb98c5c88b2a1c7bd8bc4315e854aded9e3261fc
fee() view returns (uint256)
10000000000000000
owner() view returns (address)
0x3fe8bf93479cd3ede4d120e03246190cb442fee4
parameters() view returns (string name, string symbol, uint8 decimals)
(name=, symbol=, decimals=0)
Read-only
authorized(address) view returns (bool)
buildMintSeparator(address token, address to, uint256 amount, string txid) view returns (bytes32)
indexes(address) view returns (uint256)
signers(uint256) view returns (address)
used(bytes32) view returns (bool)
State-modifying
Events addSigner(address account)
burn(address token, uint256 amount, string receiver) payable
createBRC20(string name, string symbol, uint8 decimals) returns (address brc20)
mint(address token, address to, uint256 amount, string txid, uint8[] v, bytes32[] r, bytes32[] s)
removeSigner(address account)
setFee(uint256 _fee)
setOwner(address _owner)
withdraw(address to)
BRC20Created(address indexed sender, address indexed dog20)
Burned(address indexed token, address indexed from, uint256 indexed amount, uint256 fee, string receiver)
FeeChanged(uint256 indexed oldFee, uint256 indexed newFee)
Minted(address indexed token, address indexed to, uint256 indexed amount, string txid)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
SignerAdded(address indexed sender, address indexed account)
SignerRemoved(address indexed sender, address indexed account)
constructor(address[] _signers)
This contract contains no fallback and receive objects.
This contract contains no error objects.