BiLira
Verified contract
Proxy
Active on
Ethereum with 25,444 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 ($44.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRYB | ERC-20 | 1.555K | $0.028827 |
$44.83 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246723 | 7 hours ago | | | 0 | 0.00069830335 | |
| 21246429 | 8 hours ago | | | 0 | 0.00074213096 | |
| 21245532 | 11 hours ago | | | 0 | 0.00060390977 | |
| 21244924 | 13 hours ago | | | 0 | 0.00061568190 | |
| 21244332 | 15 hours ago | | | 0 | 0.00076807730 | |
| 21244037 | 16 hours ago | | | 0 | 0.00079083831 | |
| 21244034 | 16 hours ago | | | 0 | 0.00083037352 | |
| 21243438 | 18 hours ago | | | 0 | 0.00091973606 | |
| 21243272 | 19 hours ago | | | 0 | 0.00056313062 | |
| 21243234 | 19 hours ago | | | 0 | 0.00066302403 |
ABI
ABI objects
Getter at block 21248850 admin() view returns (address) implementation() view returns (address)
blacklister() view returns (address)
0x8cb445f6bd3ab1513e43500ec41e01bd969f79ce
currency() view returns (string)
TRY
decimals() view returns (uint8)
6
masterMinter() view returns (address)
0x68193b59a8b188f04da07fa234888b1926384b8e
name() view returns (string)
BiLira
owner() view returns (address)
0xb9fda3c5a457573535684f591f3e00d949a8dad6
paused() view returns (bool)
false
pauser() view returns (address)
0x56c747a9a8c828274249e55d3cb3172b075c740a
symbol() view returns (string)
TRYB
totalSupply() view returns (uint256)
337375041413901
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
isMinter(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _value) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
configureMinter(address minter, uint256 minterAllowedAmount) returns (bool)
initialize(string _name, string _symbol, string _currency, uint8 _decimals, address _masterMinter, address _pauser, address _blacklister, address _owner)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeMinter(address minter) returns (bool)
seize(address from, address to, uint256 value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updateCurrency(string newCurrency)
updateMasterMinter(address _newMasterMinter)
updateName(string newName)
updatePauser(address _newPauser)
updateSymbol(string newSymbol)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
CurrencyChanged(string newCurrency)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
NameChanged(string newName)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
SymbolChanged(string newSymbol)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpause()
constructor(address _implementation)
fallback()
This contract contains no error objects.