BRRYFI Token
Verified contract
Active on
Ethereum with 170 txns
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 "BRRYFI Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16780266 | 2 years ago | | | 0 | 0.00066475384 | |
| 16610809 | 2 years ago | | | 0 | 0.00031815338 | |
Transfer | 14891753 | 3 years ago | | | 0.00055061531 | 0.0012965207 | |
| 11454774 | 4 years ago | | | 0 | 0.0022510960 | |
| 11330046 | 4 years ago | | | 0 | 0.00084989800 | |
| 10997615 | 4 years ago | | | 0 | 0.00072815000 | |
| 10997508 | 4 years ago | | | 0 | 0.00072815000 | |
| 10923255 | 4 years ago | | | 0 | 0.0015453500 | |
| 10923196 | 4 years ago | | | 0 | 0.00094659500 | |
| 10748389 | 4 years ago | | | 0 | 0.00080096500 |
ABI
ABI objects
Getter at block 21393762
decimals() view returns (uint8)
18
governance() view returns (address)
0x93bbc175d307af73b3a05c29ce0519656bb4f03c
name() view returns (string)
BRRYFI Token
symbol() view returns (string)
BRRYFI
totalSupply() view returns (uint256)
15000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.