BankstersToken
Verified contract
Active on
Ethereum with 1,820 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 |
---|---|---|---|---|---|
BARS | ERC-20 | 37.099593B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289624 | 19 minutes ago | | | 0 | 0.00038123628 | |
| 21289605 | 22 minutes ago | | | 0 | 0.00041648391 | |
| 21288990 | 2 hours ago | | | 0 | 0.00029392313 | |
| 21288929 | 3 hours ago | | | 0 | 0.00062789592 | |
| 21286605 | 10 hours ago | | | 0 | 0.00045163647 | |
| 21286576 | 11 hours ago | | | 0 | 0.00074400917 | |
| 21286557 | 11 hours ago | | | 0 | 0.00036767207 | |
| 21286496 | 11 hours ago | | | 0 | 0.00075689484 | |
| 21286166 | 12 hours ago | | | 0 | 0.00027581036 | |
| 21286161 | 12 hours ago | | | 0 | 0.00025380535 |
ABI
ABI objects
Getter at block 21289714
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xd9f8111653a0e787d0744c45d5c3a5ff78b9880ba47a3c4bf68d04fc9d5c804d
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
TREASURER_ROLE() view returns (bytes32)
0x3496e2e73c4d42b75d702e60d9e48102720b8691234415963a5a857b86425d07
decimals() view returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Banksters Token, version=1, chainId=1, verifyingContract=0x5189688ac92a1eba1710bcba94ab25c695a4dfa2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Banksters Token
paused() view returns (bool)
false
symbol() view returns (string)
BARS
totalSupply() view returns (uint256)
300000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
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)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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(string _name, string _symbol, uint256 _supply, address _owner, address _treasury)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)