tap
Unverified contract
Proxy
Active on
Ethereum with 444 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "tap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077290 | an hour ago | | | 0 | 0.00040997244 | |
| 21076966 | 2 hours ago | | | 0 | 0.00060609558 | |
| 21075721 | 6 hours ago | | | 0 | 0.00048578304 | |
| 21075720 | 6 hours ago | | | 0 | 0.00050264120 | |
| 21075577 | 7 hours ago | | | 0 | 0.0010567954 | |
| 21075021 | 8 hours ago | | | 0 | 0.00026455022 | |
| 21075021 | 8 hours ago | | | 0 | 0.00026455022 | |
| 21074930 | 9 hours ago | | | 0 | 0.00018830998 | |
| 21074930 | 9 hours ago | | | 0 | 0.00018830998 | |
| 21074618 | 10 hours ago | | | 0 | 0.00018931345 |
ABI
ABI objects
Getter at block 21077550
BRIDGE_ROLE() view returns (bytes32)
0x52ba824bfabc2bcfcdf7f0edbb486ebb05e1836c90e78047efeb949990f72e5f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
tap
symbol() view returns (string)
tap
totalSupply() view returns (uint256)
278445139999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
initialize(string name_, string symbol_, uint8 decimals_)
mint(address account, uint256 value)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
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 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()