Bean Token
Verified contract
Active on
Ethereum with 10,002 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 "Bean Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178574 | 4 days ago | | | 0 | 0.0013981274 | |
| 21010921 | a month ago | | | 0 | 0.00018436469 | |
| 20893051 | a month ago | | | 0 | 0.00028459257 | |
| 20880180 | a month ago | | | 0 | 0.0010608155 | |
| 20855495 | 2 months ago | | | 0 | 0.00017082079 | |
| 20839057 | 2 months ago | | | 0 | 0.00032661764 | |
| 20831979 | 2 months ago | | | 0 | 0.00093560131 | |
| 20735981 | 2 months ago | | | 0 | 0.00046589101 | |
| 20457522 | 3 months ago | | | 0 | 0.00093952800 | |
| 20410194 | 4 months ago | | | 0 | 0.00015461370 |
ABI
ABI objects
Getter at block 21204039
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Bean Token
owner() view returns (address)
0x8e26f2e07c45da36a7f8a929cac36622d133d7fc
paused() view returns (bool)
true
signatureManager() view returns (address)
0x706ddc29b3fc5ce86b78bf9aafd2b155c1772a4d
symbol() view returns (string)
Bean
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contractSupports(address) view returns (bool)
signatureClaimed(bytes) view returns (bool)
tokenClaimed(address, uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(address[] _contracts, uint256[] _amounts, uint256[] _tokenIds, uint256 _claimAmount, uint256 _endTime, bytes _signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finish()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setContractSupports(address[] _contracts, bool[] _enables)
setSignatureManager(address _signatureManager)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(address _receiver, address _token, bool _isETH)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, address _treasury, address _zagabond, address _signatureManager, address[] _contracts)
receive()
This contract contains no error objects.