BRC20Factory
Verified contract
Active on
Ethereum with 9,191 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 ($100,806.67)
Native
Value
$100,806.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 30.22 | $3,335.76 |
$100,806.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238453 | 16 hours ago | | | 0 | 0.0023700037 | |
| 21236599 | a day ago | | | 0 | 0.0040506124 | |
| 21228222 | 2 days ago | | | 0 | 0.0014875646 | |
| 21228143 | 2 days ago | | | 0 | 0.0011488677 | |
| 21228135 | 2 days ago | | | 0 | 0.0011524554 | |
| 21228131 | 2 days ago | | | 0 | 0.0013195212 | |
| 21225679 | 2 days ago | | | 0.01 | 0.00084190067 | |
| 21220930 | 3 days ago | | | 0.01 | 0.00070290391 | |
| 21220900 | 3 days ago | | | 0 | 0.0011239685 | |
| 21212726 | 4 days ago | | | 0.01 | 0.00088299127 |
ABI
ABI objects
Getter at block 21243253
DOMAIN_SEPARATOR() view returns (bytes32)
0x1e4ae415e203c690a53497790626c9c7512922e8ed7bd2ca423c5f97903ae2ab
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
MINT_TYPEHASH() view returns (bytes32)
0xeea7c16dad6ea4efa98ec5cafb98c5c88b2a1c7bd8bc4315e854aded9e3261fc
fee() view returns (uint256)
10000000000000000
owner() view returns (address)
0x0935e6ffd0a43acaf463d18e22f3d974309db7f7
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.