GastroAdvisorToken
Verified contract
Active on
Ethereum with 632 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 "GastroAdvisorToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16218120 | 2 years ago | | | 0 | 0.00055730400 | |
| 14714118 | 3 years ago | | | 0 | 0.0010984643 | |
| 14598708 | 3 years ago | | | 0 | 0.0014688520 | |
| 12612505 | 3 years ago | | | 0 | 0.00033241560 | |
| 12606709 | 3 years ago | | | 0 | 0.00038033100 | |
| 12523748 | 3 years ago | | | 0 | 0.0017181300 | |
| 12463962 | 4 years ago | | | 0 | 0.0030851250 | |
| 12309573 | 4 years ago | | | 0 | 0.0022335690 | |
| 12263103 | 4 years ago | | | 0 | 0.0036254119 | |
| 11607499 | 4 years ago | | | 0 | 0.0024292450 |
ABI
ABI objects
Getter at block 21258349
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
ROLE_MINTER() view returns (string)
minter
cap() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
lockedUntil() view returns (uint256)
1558130400
mintingFinished() view returns (bool)
true
name() view returns (string)
GastroAdvisorToken
owner() view returns (address)
0x937711092cd5631a66c7493c2eaecc3b41767e98
symbol() view returns (string)
FORK
totalSupply() view returns (uint256)
195000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
lockedBalanceOf(address _who) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events addMinter(address _minter)
addMinters(address[] _minters)
addOperator(address _operator)
addOperators(address[] _operators)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndLock(address _to, uint256 _amount) returns (bool)
recoverERC20(address _tokenAddress, uint256 _tokens) returns (bool success)
removeMinter(address _minter)
removeOperator(address _operator)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _cap, uint256 _lockedUntil)
This contract contains no fallback and receive objects.
This contract contains no error objects.