Splintershards
Verified contract
Active on
Ethereum with 2,001 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 "Splintershards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146930 | 2 days ago | | | 0 | 0.00039034404 | |
| 21145753 | 2 days ago | | | 0 | 0.00053452000 | |
| 21145142 | 2 days ago | | | 0 | 0.00077156800 | |
| 21145081 | 2 days ago | | | 0 | 0.00073083246 | |
| 21144991 | 2 days ago | | | 0 | 0.00068272680 | |
| 21140097 | 3 days ago | | | 0 | 0.00073945265 | |
| 21124048 | 5 days ago | | | 0 | 0.00032628400 | |
| 21119455 | 5 days ago | | | 0 | 0.000053123005 | |
| 21107036 | 7 days ago | | | 0 | 0.00021814956 | |
| 21102497 | 8 days ago | | | 0 | 0.00022829766 |
ABI
ABI objects
Getter at block 21158601
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
admin() view returns (address)
0x94718f1fe0f4f9f3075ac2a0781a839317b64c1b
decimals() view returns (uint8)
18
minter() view returns (address)
0x94718f1fe0f4f9f3075ac2a0781a839317b64c1b
name() view returns (string)
Splintershards
stakeModifier() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SPS
totalSupply() view returns (uint256)
240000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
bridgeTransfer(address bridgeAddress, uint256 rawAmount, string externalAddress) returns (bool)
bridgeTransferFrom(address sourceAddress, address bridgeAddress, uint256 rawAmount, string externalAddress) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address toAccount, uint256 amount)
setAdmin(address newAdmin)
setMinter(address newMinter)
setStakeModifier(address newStakeModifier)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
BridgeTransfer(address indexed sender, address indexed receiver, uint256 amount, string externalAddress)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
SetAdmin(address indexed newAdmin, address indexed oldAdmin)
SetMinter(address indexed newMinter, address indexed oldAdmin)
SetStakeModifier(address indexed newStakeModifier, address indexed oldStakeModifier)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address adminAddress, address minterAddress, address stakeModifierAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.