Granary Token
Verified contract
Proxy
Active on
Ethereum with 542 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "Granary Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279897 | 7 days ago | | | 0 | 0.00073160383 | |
| 21279573 | 7 days ago | | | 0 | 0.00093296840 | |
| 21274529 | 8 days ago | | | 0 | 0.00056230306 | |
| 21192739 | 19 days ago | | | 0 | 0.00081823893 | |
| 21153268 | 24 days ago | | | 0 | 0.00047974060 | |
| 21153215 | 24 days ago | | | 0 | 0.00042387379 | |
| 21153012 | 24 days ago | | | 0 | 0.00062786852 | |
| 21151440 | 25 days ago | | | 0 | 0.00041471773 | |
| 21108737 | a month ago | | | 0 | 0.00015351831 | |
| 21092199 | a month ago | | | 0 | 0.00038244757 |
ABI
ABI objects
Getter at block 21328374 proxiableUUID() view returns (bytes32)
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xaec1194946950fcc91c4a96356c7d9baeae4de54ca152154fc8024ab60d68c5c
MAX_SUPPLY() view returns (uint256)
800000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
RESCUER_ROLE() view returns (bytes32)
0xcf6f9f892731e14b8859835f2ff35575f447fb501f46243c4eb8bac19e31a050
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_TIMELOCK() view returns (uint256)
172800
cap() view returns (uint256)
800000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Granary Token
paused() view returns (bool)
false
symbol() view returns (string)
GRAIN
totalSupply() view returns (uint256)
45861568094502340819617173
upgradeProposalTime() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount) returns (bool)
clearUpgradeCooldown()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address admin)
initiateUpgradeCooldown()
mint(address to, uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
rescueLostTokens(address token, address to, uint256 amount)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.