EURB
Verified contract
Implementation
Active on
Ethereum with 3 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "EURB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15771228 | 2 years ago | | | 0 | 0.0012701406 | |
| 15771226 | 2 years ago | | | 0 | 0.00073190709 | |
| 15771215 | 2 years ago | | | 0 | 0.00045877886 |
ABI
ABI objects
Getter at block 21160535
ASSET_PROTECTION_ROLE() view returns (bytes32)
0xe3e4f9d7569515307c0cdec302af069a93c9e33f325269bac70e6e22465a9796
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_feePercentage() view returns (uint256)
1000
_feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
name() view returns (string)
owner() view returns (address)
0xa12dce6911243dee45c1f66a1afe58cd0b01c622
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
10000000000
uri() view returns (string)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTransactionFee(address from_, address to_, uint256 amount_) view returns (uint256 fee)
hasRole(bytes32 role, address account) view returns (bool)
isFrozen(address) view returns (bool)
isReceiverExcludedFromFee(address) view returns (bool)
isSenderExcludedFromFee(address) view returns (bool)
isTransactionExcludedFromFee(address from_, address to_) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeReceiverFromFee(address addr_)
excludeSenderFromFee(address addr_)
freezeAccount(address _account)
grantRole(bytes32 role, address account)
includeReceiverInFee(address addr_)
includeSenderInFee(address addr_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeApprove(address _spender, uint256 _currentValue, uint256 _newValue) returns (bool)
setDecimals(uint8 decimals_)
setFeePercentage(uint256 feePercentage_)
setFeeReceiver(address feeReceiver_)
setName(string name_)
setSymbol(string symbol_)
setUrl(string uri_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address _account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed to, uint256 amount)
BurnFinished(address indexed account, bool isFinished)
Mint(address indexed to, uint256 amount)
MintFinished(address indexed account, bool isFinished)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.