BasketDAO Gov
Verified contract
Active on
Ethereum with 3,257 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 "BasketDAO Gov"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016759 | a month ago | | | 0 | 0.00031163404 | |
| 20706901 | 3 months ago | | | 0 | 0.000092115258 | |
| 20655037 | 3 months ago | | | 0 | 0.000015552735 | |
| 20575291 | 3 months ago | | | 0 | 0.000026513141 | |
| 20398529 | 4 months ago | | | 0 | 0.00012007730 | |
| 20323167 | 4 months ago | | | 0 | 0.00012397095 | |
| 20130757 | 5 months ago | | | 0 | 0.000097374564 | |
| 20130321 | 5 months ago | | | 0 | 0.00012247073 | |
| 20118727 | 5 months ago | | | 0 | 0.00040705507 | |
| 20099674 | 5 months ago | | | 0 | 0.000075904583 |
ABI
ABI objects
Getter at block 21302873
decimals() view returns (uint8)
18
name() view returns (string)
BasketDAO Gov
owner() view returns (address)
0xdb9daa0a50b33e4fe9d0ac16a1df1d335f96595e
symbol() view returns (string)
BASK
totalSupply() view returns (uint256)
100000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _recipient, uint256 _amount)
renounceOwnership()
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(address _owner, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.