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 "ovo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20684836 | 3 months ago | | | 0 | 0.00027654470 | |
| 20684833 | 3 months ago | | | 0 | 0.00018166149 | |
| 20684833 | 3 months ago | | | 0 | 0.0011830286 | |
| 20684832 | 3 months ago | | | 0 | 0.00017077800 | |
| 20684811 | 3 months ago | | | 0 | 0.00026799129 |
ABI
ABI objects
Getter at block 21275694
__allowancees() view returns (uint256)
999
decimals() view returns (uint8)
18
name() view returns (string)
ovo
owner() view returns (address)
0x78d5dc681d4e972317f48538ef89298cddb12144
pair() view returns (address)
0xf8b60762274328229f1dde8a8a0f6eab44ed19b4
symbol() view returns (string)
OVO
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events OpenTrade()
addToTeam(address _newDev)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(uint256 _value)
increaseAllowance(uint256 _value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)