BTRFLY
Verified contract
Active on
Ethereum with 26,381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTRFLY | ERC-20 | 116.697991 | $162.56 |
$18,970.43 | |
HODL | ERC-20 | 33 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161539 | 31 minutes ago | | | 0 | 0.00075622084 | |
| 21161373 | an hour ago | | | 0 | 0.00070319369 | |
| 21160779 | 3 hours ago | | | 0 | 0.0011166018 | |
| 21160736 | 3 hours ago | | | 0 | 0.00074586078 | |
| 21160655 | 3 hours ago | | | 0 | 0.00071840868 | |
| 21160498 | 4 hours ago | | | 0 | 0.00069832304 | |
| 21160016 | 6 hours ago | | | 0 | 0.00099208562 | |
| 21159697 | 7 hours ago | | | 0 | 0.0010845424 | |
| 21159608 | 7 hours ago | | | 0 | 0.0014862698 | |
| 21159566 | 7 hours ago | | | 0 | 0.0011337595 |
ABI
ABI objects
Getter at block 21161693
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0cc080a98373cfc8d8d2ee93708d158c7bf50a4f8541b39b84836f0047850013
MINTER_ROLE() view returns (bytes32)
0x4d494e5445525f524f4c45000000000000000000000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
BTRFLY
symbol() view returns (string)
BTRFLY
totalSupply() view returns (uint256)
30810617157907597309766
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.