GoldenOpportunity
Verified contract
Active on
Ethereum with 5 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 "GoldenOpportunity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13611227 | 3 years ago | | | 0 | 0.0049897926 | |
| 13611216 | 3 years ago | | | 0 | 0.0055008716 | |
| 13611210 | 3 years ago | | | 0 | 0.0043630465 | |
| 13611207 | 3 years ago | | | 0 | 0.021069216 | |
| 13611198 | 3 years ago | | | 0 | 0.0047281245 |
ABI
ABI objects
Getter at block 21226280
decimals() view returns (uint8)
9
geUnlockTime() view returns (uint256)
0
getOwner() view returns (address)
0xc497048f2112b6278a1009f57278fe73018597ea
name() view returns (string)
GoldenOpportunity
newun() view returns (address)
0x43e16dd30255fa5861300d64102497a82e0df378
owner() view returns (address)
0xc497048f2112b6278a1009f57278fe73018597ea
paused() view returns (bool)
false
symbol() view returns (string)
GO
totalSupply() view returns (uint256)
10000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transfernewun(address _newun)
unlock()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.