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 "420OG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14558327 | 3 years ago | | | 0 | 0.0016590750 |
ABI
ABI objects
Getter at block 21209299
OG_SUPPLY() view returns (uint256)
420000000000000000000
cap() view returns (uint256)
420000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
420OG
ogStakingContract() view returns (address)
0xafc006b62308c2991d55a88ea61a14030aa2b02a
owner() view returns (address)
0xb90af58c2474b2c52b9da7b8fa4761c67b561e65
symbol() view returns (string)
420OG
totalSupply() view returns (uint256)
196000000000000000000
transferAllowed() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
renounceOwnership()
setOGStakingContract(address _address)
setTransferAllowed(bool _allowed)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AllowTransfer(bool allowed)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed user, uint256 amount)
Mint(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.