BearnTokenGateway
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x8185…435b
Balances ($0.00)
No balances found for "BearnTokenGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15485552 | 2 years ago | | | 0 | 0.0033874109 | |
| 14261123 | 3 years ago | | | 0 | 0.0040626286 | |
| 13483189 | 3 years ago | | | 0 | 0.0082206421 | |
| 13031430 | 3 years ago | | | 0 | 0.0033666303 | |
| 12974100 | 3 years ago | | | 0 | 0.0051783035 | |
| 12925081 | 3 years ago | | | 0 | 0.0018205421 | |
| 12914102 | 3 years ago | | | 0 | 0.0017648950 | |
| 12779827 | 3 years ago | | | 0 | 0.0015079010 | |
| 12763537 | 3 years ago | | | 0 | 0.00077013600 | |
| 12670842 | 3 years ago | | | 0 | 0.00064383381 |
ABI
ABI objects
Getter at block 21167636
burnFee() view returns (uint16)
20
feeRecipient() view returns (address)
0x4c4871e1c48bc7c1e86d9cf3d41846e9a2c24c36
minimumBurnAmount() view returns (uint256)
1000000000000000000
mintAuthority() view returns (address)
0x00000aabf79411b2cc5821deb2aed763e0321c71
mintFee() view returns (uint16)
20
nextN() view returns (uint256)
719
owner() view returns (address)
0x4c4871e1c48bc7c1e86d9cf3d41846e9a2c24c36
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x81859801b01764d4f0fa5e64729f5a6c3b91435b
Read-only
hashForSignature(string _symbol, address _recipient, uint256 _amount, address _caller, bytes32 _nHash) view returns (bytes32)
status(bytes32) view returns (bool)
verifySignature(bytes32 _signedMessageHash, bytes _sig) view returns (bool)
State-modifying
Events blacklistRecoverableToken(address _token)
burn(bytes _to, uint256 _amount)
claimOwnership()
claimTokenOwnership()
initialize(address _nextOwner)
initialize(address _token, address _feeRecipient, address _mintAuthority, uint16 _mintFee, uint16 _burnFee, uint256 _minimumBurnAmount)
mint(string _symbol, address _recipient, uint256 _amount, bytes32 _nHash, bytes _sig)
recoverTokens(address _token)
transferOwnership(address newOwner)
transferTokenOwnership(address _nextTokenOwner)
updateBurnFee(uint16 _nextBurnFee)
updateFeeRecipient(address _nextFeeRecipient)
updateMinimumBurnAmount(uint256 _minimumBurnAmount)
updateMintAuthority(address _nextMintAuthority)
updateMintFee(uint16 _nextMintFee)
LogBurn(bytes _to, uint256 _amount, uint256 indexed _n, bytes indexed _indexedTo)
LogMint(address indexed _to, uint256 _amount, uint256 indexed _n, bytes32 indexed _signedMessageHash)
LogMintAuthorityUpdated(address indexed _newMintAuthority)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.