Grano Protocol
Verified contract
Active on
Ethereum with 459 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 "Grano Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16412265 | 2 years ago | | | 0 | 0.00036389564 | |
| 15871861 | 2 years ago | | | 0 | 0.00042632480 | |
| 13046636 | 3 years ago | | | 0 | 0.0029117848 | |
| 12629702 | 3 years ago | | | 0 | 0.00018865600 | |
| 11890385 | 4 years ago | | | 0 | 0.012217100 | |
| 11558768 | 4 years ago | | | 0 | 0.0059594194 | |
| 11520672 | 4 years ago | | | 0 | 0.0087265000 | |
| 11520630 | 4 years ago | | | 0 | 0.0049915580 | |
| 11450995 | 4 years ago | | | 0 | 0.0010376080 | |
| 11428499 | 4 years ago | | | 0 | 0.0034015800 |
ABI
ABI objects
Getter at block 21120891
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Grano Protocol
owner() view returns (address)
0x4e50f4229527c3b22ffac022905f54a06abcec2d
symbol() view returns (string)
GRANO
totalSupply() view returns (uint256)
112993839763982169787086
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFaucetAddress(address _user) view returns (bool)
getRecord(address _user, uint256 _record) view returns (uint256, uint256, uint256, bool)
getRecordsCount(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount, uint256 _period) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
faucet() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _record) returns (bool)
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)
Burn(address indexed _user, uint256 indexed _record, uint256 tokens_amount, uint256 burn_date, uint256 lock_period)
Faucet(address indexed _user, uint256 tokens_amount, uint256 faucet_date)
Mint(address indexed _user, uint256 indexed _record, uint256 tokens_amount, uint256 mint_date)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint32 _initial_supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.