Buk Protocol
Verified contract
Active on
Ethereum with 13 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 " Buk Protocol "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19652903 | 7 months ago | | | 0 | 0.00035737229 | |
| 19652584 | 7 months ago | | | 0 | 0.00033966124 | |
| 19652320 | 7 months ago | | | 0 | 0.00044408782 | |
| 19652018 | 7 months ago | | | 0 | 0.00042829062 | |
| 19651873 | 7 months ago | | | 0 | 0.00052097816 | |
| 19651851 | 7 months ago | | | 0 | 0.00028652161 | |
| 19651845 | 7 months ago | | | 0 | 0.00050931319 | |
| 19651838 | 7 months ago | | | 0 | 0.00050691984 | |
| 19651814 | 7 months ago | | | 0 | 0.00056716336 | |
| 19651799 | 7 months ago | | | 0 | 0.00036636926 |
ABI
ABI objects
Getter at block 21078750
decimals() pure returns (uint8)
9
maxWallet() view returns (uint256)
1000000000000000000
name() view returns (string)
Buk Protocol
owner() view returns (address)
0xd121bd9e1b1ba5b3ee560e1dd9ae585080a510c6
pool() view returns (address)
0xd121bd9e1b1ba5b3ee560e1dd9ae585080a510c6
symbol() view returns (string)
BUK
totalSupply() view returns (uint256)
1000000000000000000
totalSupplyOnStart() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
startTrade(address poolAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.