Scale
Verified contract
Proxy
Active on
Base with 22,753 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 103 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746138 | an hour ago | | | 0 | 3.9096610e-7 | |
| 22744727 | 2 hours ago | | | 0 | 2.6491080e-7 | |
| 22735557 | 7 hours ago | | | 0 | 0.000000209948700000 | |
| 22735380 | 7 hours ago | | | 0 | 1.4035680e-7 | |
| 22734421 | 8 hours ago | | | 0 | 1.3389250e-7 | |
| 22733767 | 8 hours ago | | | 0 | 1.8115860e-7 | |
| 22733750 | 8 hours ago | | | 0 | 0.000000107149200000 | |
| 22733734 | 8 hours ago | | | 0 | 1.6101693e-7 | |
| 22731319 | 9 hours ago | | | 0 | 0.000000302668800000 | |
| 22730736 | 10 hours ago | | | 0 | 0.0000057105481 |
ABI
ABI objects
Getter at block 22747932
decimals() view returns (uint8)
18
initialMinted() view returns (bool)
true
minter() view returns (address)
0x44621ccef14730a2f864ec11311a7f0bcb005685
name() view returns (string)
Scale
owner() view returns (address)
0x9a134d3bdeb95c8c8773bd7627f1fdd792531c97
symbol() view returns (string)
SCALE
totalSupply() view returns (uint256)
19934962513168143417911208
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
initialMint(address _recipient)
initialize(string _n, string _s)
mint(address account, uint256 amount) returns (bool)
renounceOwnership()
setMinter(address _minter)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.