This contract is being backfilled. You may encounter incomplete storage history.

Scales

Verified contract

Active on Ethereum with 25,679 txns
Deployed by via 0x1ce5f8b3 at 14783647
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
 (#9959)
ERC-721
--
 (#9954)
ERC-721
--
 (#9930)
ERC-721
--
 (#9929)
ERC-721
--
 (#9928)
ERC-721
--
 (#9926)
ERC-721
--
 (#9903)
ERC-721
--
 (#9901)
ERC-721
--
 (#9899)
ERC-721
--
0x46bf00069b27318e441c8ff475e05056841b7ad79be8a2b0f7091759c2746955
0x12bc5275712c03340afa62538fe1e4acb0c3eb531a0041cb9e6872fd0f9d2910
0xd3721b5880de30e5cc5fa844dbdf368f8cac6f163cd1d5b3404abc99ff8f8504
0x7e4cb806d5c895585b4709f4c1242cb0ec877c71743c76eb1cdb51dabc53b9f5
0xa76f9a96846bf7a3da96e81299bf16a6a53941df00f36ae8862a0b5625f2b613
0xb4494f554d8d29024e8a9b1838795e48c2a2c96406de8338811e260d2c3d10e6
0x19b265d38772dfb33ff95bf618354538f8e642f23f173531a98f510687d438e1
0x25c45bd6002d141663455fe832630c6e726895fbc326e65caf88888cc596a9b1
0x4f2eb39cc8e400c2dcfa3ee4798e4a4df49cece6aa4efb759c1ded93ccf0a1cc
0x84f0f932bb1c6e038b8db335ac7aac23a9234aec1e38112ce8949ef1d21ef9ec

Functions
Getter at block 20792432
BASE_RATE(view returns (uint256)
5000000000000000000
CREDITOR_ROLE(view returns (bytes32)
0xbe74a168a238bf2df7daa27dd5487ac84cb89ae44fd7e7d1e4b6397bfe51dcb8
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GENESIS_BONUS(view returns (uint256)
2
KAIJU(view returns (address)
0x0c2e57efddba8c768147d1fdf9176a0a6ebd5d83
MAX_PER_TX(view returns (uint256)
25
RWASTE(view returns (address)
0x5cd2fac9702d68dde5a94b1af95962bcfb80fc7d
RWASTE_MANAGER(view returns (bytes32)
0xeed08a88c6e2e5624208e41eedf02a5f5cd8c1fbb42c8ffaa93f7769d9dd1050
SPENDER_ROLE(view returns (bytes32)
0x7434c6f201a551bfd17336985361933e0c4935b520dac8a49d937b325f7d5c0a
decimals(view returns (uint8)
18
name(view returns (string)
Scales
paused(view returns (bool)
true
symbol(view returns (string)
SCALES
totalSupply(view returns (uint256)
1135247340899430296740723
Read-only
accountInfo(addressview returns (uint16 sharesuint128 lastUpdateuint256 stash)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
functionLocked(bytes4view returns (bool)
getAllOwned(address accountview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getSpendable(address accountview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
stash(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOwners(uint256view returns (address)
State-modifying
approve(address spenderuint256 amountreturns (bool)
approveRWaste(address spenderuint256 amountreturns (bool)
claimRWaste(
credit(address touint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deposit(uint256 amount
flipPaused(
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
lockFunction(bytes4 id
onERC721Received(addressaddressuint256bytesreturns (bytes4)
recoveryTransfer(address touint256 tokenId
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
spend(address fromuint256 amount
stake(uint256[] tokenIds
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
unstake(uint256[] tokenIds
withdraw(
withdrawSome(uint256 amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Stake(uint256 indexed tokenIdaddress indexed from
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Unstake(uint256 indexed tokenIdaddress indexed to
Constructor
constructor(address kaijuuint256 genesisSupplyuint256 maxSupplyaddress rwaste
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Scales_FunctionLocked(
Scales_InsufficientFunds(
Scales_InvalidTokenAmount(
Scales_NothingToWithdraw(
Scales_SenderNotTokenOwner(
Scales_TokenNotStranded(