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 "BaseToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20720729 | 2 months ago | | | 0 | 0.00053806807 | |
| 20720729 | 2 months ago | | | 0 | 0.00053806807 | |
| 20720725 | 2 months ago | | | 0 | 0.00058332866 | |
| 20720724 | 2 months ago | | | 0 | 0.00069872993 | |
| 20720724 | 2 months ago | | | 0 | 0.00083805593 | |
| 20720720 | 2 months ago | | | 0 | 0.0013700017 | |
| 20720719 | 2 months ago | | | 0 | 0.00033288784 | |
| 20720711 | 2 months ago | | | 0 | 0.00063083433 | |
| 20720711 | 2 months ago | | | 0 | 0.00063083433 | |
| 20720711 | 2 months ago | | | 0 | 0.00063083433 |
ABI
ABI objects
Getter at block 21227540
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
ROLE_MINTER() view returns (string)
minter
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
JoyCoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
JOY
totalSupply() view returns (uint256)
420690000000000000000000000
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)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events addMinter(address _minter)
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)
recoverERC20(address _tokenAddress, uint256 _tokens) returns (bool success)
removeMinter(address _minter)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.