BRL COIN
Verified contract
Active on
Ethereum with 10,341 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17187991 | 2 years ago | | | 0 | 0.0025580046 | |
| 17187737 | 2 years ago | | | 0 | 0.0035411618 | |
| 17187727 | 2 years ago | | | 0 | 0.0053346168 | |
| 16898127 | 2 years ago | | | 0 | 0.0033314561 | |
| 16013057 | 2 years ago | | | 0 | 0.00038143917 | |
| 15032592 | 2 years ago | | | 0 | 0.0012687292 | |
| 14940966 | 2 years ago | | | 0 | 0.0016220063 | |
| 14358152 | 3 years ago | | | 0 | 0.0013388213 | |
| 14347384 | 3 years ago | | | 0 | 0.0030039516 | |
| 14256333 | 3 years ago | | | 0 | 0.0033206261 |
ABI
ABI objects
Getter at block 21256517
decimals() view returns (uint8)
6
name() view returns (string)
BRL COIN
symbol() view returns (string)
BRLC
totalSupply() view returns (uint256)
3973259798079
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMinterRole(address newMinter)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.