Scallop
Verified contract
Proxy
Active on
Ethereum with 298 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
Balances ($0.00)
No balances found for "Scallop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243946 | 8 days ago | | | 0 | 0.00097180811 | |
| 21243806 | 8 days ago | | | 0 | 0.00099843872 | |
| 20738341 | 3 months ago | | | 0 | 0.00037680176 | |
| 20395868 | 4 months ago | | | 0 | 0.000057856411 | |
| 20395865 | 4 months ago | | | 0 | 0.000060239063 | |
| 20395865 | 4 months ago | | | 0 | 0.000058938644 | |
| 20391855 | 4 months ago | | | 0 | 0.00023196930 | |
| 20391855 | 4 months ago | | | 0 | 0.00025996286 | |
| 20391591 | 4 months ago | | | 0 | 0.00049090703 | |
| 20347990 | 4 months ago | | | 0 | 0.00023056651 |
ABI
ABI objects
Getter at block 21301561
DOMAIN_SEPARATOR() view returns (bytes32)
0x7590ead3dd7c996bf48989221325ce9fe4cb02ee7a210569e5321cba984f8afd
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
Scallop
owner() view returns (address)
0x09385a56ef0121a72ee10a3523ebc5fccba57674
paused() view returns (bool)
false
symbol() view returns (string)
SCLP
totalSupply() view returns (uint256)
1754000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) 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 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
refundTokens()
refundTokensFrom(address _from, address _to)
renounceOwnership()
togglePause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.