Buffalo Finance
Verified contract
Active on
Ethereum with 413 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 "Buffalo Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14932837 | 2 years ago | | | 0 | 0.00088842346 | |
| 13243796 | 3 years ago | | | 0 | 0.0026059644 | |
| 12765498 | 3 years ago | | | 0 | 0.00030757980 | |
| 12683876 | 3 years ago | | | 0 | 0.0017243110 | |
| 12683865 | 3 years ago | | | 0 | 0.0020039290 | |
| 12683857 | 3 years ago | | | 0 | 0.0028151653 | |
| 12161340 | 4 years ago | | | 0 | 0.0094791390 | |
| 12131685 | 4 years ago | | | 0 | 0.0041832820 | |
| 12079443 | 4 years ago | | | 0 | 0.0040497730 | |
| 11705243 | 4 years ago | | | 0 | 0.0038272580 |
ABI
ABI objects
Getter at block 21309902
decimals() view returns (uint8)
18
name() view returns (string)
Buffalo Finance
owner() view returns (address)
0x9eece63f01da3785bb1cdff3762e1152de888dbd
symbol() view returns (string)
BUFF
totalSupply() view returns (uint256)
98863394584007808144984
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address _address) view returns (bool)
State-modifying
Events addToWhitelist(address _address)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromWhitelist(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedToWhitelist(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromWhitelist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.