Shuffle

Verified contract

Active on Ethereum with 63,238 txns
Deployed by via 0x5fd35966 at 19387653
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,679.54
0x992bd78b68a4915b90a6eb26dc521e85f8d6ea05095095b81909f9b5fe0cc270
0xe7bf5ba2e8daeafe28ca99d17552091a5f65fe98995a57064804861262e2903d
0x7b96a65b2dabc2f868a68c7ad80092dfd7616a29e2408b0840d376364c38f217
0x77769ac4a9366bb1daca155188414925738bc06085abc6f725cc761edc69173d
0x0f3aff30d4f86c63b4dc5e2d5b77ae7ca8e843d2622740a11683b5dc7f781dab
0x66fccf58cd359e06b5a785d108c3624a4c24e7086b28bac275162877e30fc60e
0xedad889d087b93e74016707cf1925926693f67c84b86ce450de8ee383f609531
0x4b9e30b09b367c606647c26b92d913261c7ebf1166fdcfdcacead2bf55e9d1f4
0x2c14e9c898904994927914d70f9a55abc0cd1a925cd4eb9b5566810671c942be
0x2a4e06aa32b4314a9e21c61de484b66320fc7f0e7a87980d0bf559e44461d85f

Functions
Getter at block 21273855
decimals(view returns (uint8)
18
name(view returns (string)
Shuffle
symbol(view returns (string)
SHFL
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)
burn(uint256 value
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