BOTS EURO
Verified contract
Proxy
Active on
Ethereum with 72 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "BOTS EURO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17415811 | a year ago | | | 0 | 0.0027010661 | |
| 15771352 | 2 years ago | | | 0.001 | 0.00045944423 | |
| 15521825 | 2 years ago | | | 0 | 0.0026044009 | |
| 15521802 | 2 years ago | | | 0 | 0.0028787243 | |
| 15508915 | 2 years ago | | | 0 | 0.00036299502 | |
| 15482709 | 2 years ago | | | 0 | 0.00047838424 | |
| 15477145 | 2 years ago | | | 0 | 0.00032745367 | |
| 15437854 | 2 years ago | | | 0 | 0.0010365177 | |
| 15432650 | 2 years ago | | | 0 | 0.00023847375 | |
| 15408609 | 2 years ago | | | 0 | 0.00034886852 |
ABI
ABI objects
Getter at block 21160535
implementation() view returns (address impl)
0x537cdb835d6ee44937219ffefc27b2820e8f77f3
proxyOwner() view returns (address owner)
0xa83cdb32c35b439a403181c1fd51f0f0105977d1
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)
0xed1a2cd2620fb6c55fb88d65952f4f218efa2590
decimals() view returns (uint8)
6
name() view returns (string)
BOTS EURO
owner() view returns (address)
0xa83cdb32c35b439a403181c1fd51f0f0105977d1
paused() view returns (bool)
false
symbol() view returns (string)
EURB
totalSupply() view returns (uint256)
30994000006
uri() view returns (string)
https://www.bots.io
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 transferOwnership(address)
transferProxyOwnership(address _newOwner)
upgradeTo(address _newImplementation)
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()
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
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(address _impl)
fallback()
receive()
This contract contains no error objects.