OPENLOOT

Verified contract

Active on Ethereum with 3,591 txns
Deployed by via 0x2a00b541 at 21145874
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OPENLOOT"

0xaf8cb2393fcfe72dc9ca252f91a26139d74212f2e96a93fe6e088c4aed5546af
0xdc164a037f9ed427d331661f416640abdb5ad2d6261b6e1e582a5a88e2953ef5
0xfe92ed0bec44e6cc6284e253ee157479225f22a32b493dcab289ee9cdb1f75dc
0x97668cb630b0adb8d852ed9d3b34adf7ed2c8cee903a84e961cdca51cc1715fc
0x0179485c69d067993928af4720531f7d0ea3ae59145159a11d5577b5f1ccf0de
0xc7af3fb2f2c2452507c433fc7c2bc26c1e4a352278b17f2b647a4c4d0deb49c7
0x5e796b6547fe719cef4ccd8d085eddc45bf4f03b3acd054375c93a340c3c6a3f
0x5e27113a9cc6d54e38ce6fd6abfd907a97f068226c8e6f35b456023180d92f84
0x084ff7dae37ef2c7a93bc20c7b087c9cbd7cc521fcb919541251e1190b9db363
0x2751761bd0892392b899c828cd74bcf259cc0e06aa1c554f813938a143f6f477

Functions
Getter at block 21244370
decimals(view returns (uint8)
18
name(view returns (string)
OPENLOOT
symbol(view returns (string)
OL
totalSupply(view returns (uint256)
5000000000000000000000000000
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(string _namestring _symboluint256 _totalSupplyaddress _owner
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