Empty Set Bitcoin
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Empty Set Bitcoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848240 | 2 months ago | | | 0 | 0.00035078239 | |
| 16802709 | 2 years ago | | | 0 | 0.0029270554 | |
| 14771236 | 3 years ago | | | 0 | 0.00082810915 | |
| 13893259 | 3 years ago | | | 0 | 0.0011774305 | |
| 11941066 | 4 years ago | | | 0 | 0.0015966720 | |
| 11683668 | 4 years ago | | | 0 | 0.0025172560 | |
| 11670139 | 4 years ago | | | 0 | 0.0019778440 | |
| 11668973 | 4 years ago | | | 0 | 0.0038389540 | |
| 11668901 | 4 years ago | | | 0 | 0.0044051980 | |
| 11668313 | 4 years ago | | | 0 | 0.0024723050 |
ABI
ABI objects
Getter at block 21304610
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0xe26364dac0fd4734d7f2d36bb17bb405730da9f49c8ae89bc9e9fcb1fed2af6f
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Empty Set Bitcoin
symbol() view returns (string)
ESB
totalSupply() view returns (uint256)
188854584653333914095
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.