$ OLIVIA $

Verified contract

Active on Ethereum with 8 txns
Deployed by via 0x3565d675 at 18305236
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "$ OLIVIA $"

0x1b90cfd333dcabdc0e811b91d9c17bc40c45d66f03604c76f8dce438b6c73066
0xda70576ded34547a855bdda7985ab9d6b2c7c81f7ab55961c317733c3acbb1b4
0x26066d09aef763fdec558778f3667c1d9db08b9733f0577e0a14f7f5aa1ec01d
0xe7ce89e43b1ac431a9f0aa7c648003842af77b6a5209748f27e67932c00685f3
0x0b4ad692e455907e12170e1a31249a287b8169853533ee7e770f190ac883d2fe
0x2e2dc6216d111bfb1c589bc80139d921b43cf6cf2402fc07155c03adc7ef5abb
0x6ebb9bf187babeaf92c1959b6c123cd380d805a0d32b555d98f0389dd4fd1477
0xaa8b7752f704f0e01b06fb8e2fc1e4adc0f635a7490cefed55e69831eedcf6ea

Functions
Getter at block 21065937
decimals(view returns (uint8)
18
name(view returns (string)
$ OLIVIA $
symbol(view returns (string)
$ OLIVIA $
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender