ScryProtocol
Verified contract
Active on
Ethereum with 32 txns
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 "ScryProtocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19712399 | 7 months ago | | | 0 | 0.00073174835 | |
| 19550221 | 7 months ago | | | 0 | 0.0010489108 | |
| 19550183 | 7 months ago | | | 0 | 0.0010157066 | |
| 19546836 | 7 months ago | | | 0 | 0.00099253073 | |
| 19419502 | 8 months ago | | | 0 | 0.0030056561 | |
| 19163332 | 9 months ago | | | 0 | 0.0013257203 | |
| 19131906 | 9 months ago | | | 0 | 0.00078954082 | |
| 19131091 | 9 months ago | | | 0 | 0.0010631540 | |
| 19130633 | 9 months ago | | | 0 | 0.0011037203 | |
| 19000065 | 10 months ago | | | 0 | 0.00078451619 |
ABI
ABI objects
Getter at block 21159947
DOMAIN_SEPARATOR() view returns (bytes32)
0xe649f84dfc1c0deb2fdb6dbabbf702e78385577e2fecf2c0f96806c328002365
decimals() view returns (uint8)
18
name() view returns (string)
Scry Protocol
owner() view returns (address)
0x14b214ca36249b516b59401b3b221cb87483b53c
symbol() view returns (string)
SCRY
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.