Syndicate Token
Verified contract
Active on
Ethereum with 28,386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.45517K | $0.998639 |
$1,453.19 | |
imgnAI | ERC-20 | 9.433404K | $0.008028 |
$75.73 | |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150690 | a day ago | | | 0 | 0.00077021225 | |
| 21149636 | 2 days ago | | | 0 | 0.00049791196 | |
| 21143800 | 2 days ago | | | 0 | 0.0016880369 | |
| 21143767 | 2 days ago | | | 0 | 0.0011416561 | |
| 21143761 | 2 days ago | | | 0 | 0.00069778198 | |
| 21143757 | 2 days ago | | | 0 | 0.00072521820 | |
| 21143756 | 2 days ago | | | 0 | 0.00067661028 | |
| 21143751 | 2 days ago | | | 0 | 0.00066828805 | |
| 21143750 | 2 days ago | | | 0 | 0.0012136921 | |
| 21143745 | 2 days ago | | | 0 | 0.0011954179 |
ABI
ABI objects
Getter at block 21160782
DELEGATION_TYPEHASH() view returns (bytes32)
0xff41620983935eb4d4a3c7384a066ca8c1d10cef9a5eca9eb97ca735cd14a755
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
FEATURE_BURNS_ON_BEHALF() view returns (uint32)
16
FEATURE_DELEGATIONS() view returns (uint32)
32
FEATURE_DELEGATIONS_ON_BEHALF() view returns (uint32)
64
FEATURE_OWN_BURNS() view returns (uint32)
8
FEATURE_TRANSFERS() view returns (uint32)
1
FEATURE_TRANSFERS_ON_BEHALF() view returns (uint32)
2
FEATURE_UNSAFE_TRANSFERS() view returns (uint32)
4
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_ERC20_RECEIVER() view returns (uint32)
262144
ROLE_ERC20_SENDER() view returns (uint32)
524288
ROLE_TOKEN_CREATOR() view returns (uint32)
65536
ROLE_TOKEN_DESTROYER() view returns (uint32)
131072
ROLE_TREASURY() view returns (uint32)
2097152
ROLE_WHITE_LISTED_SPENDER() view returns (uint32)
1048576
TOKEN_UID() view returns (uint256)
59671183880553473200349805701126725159522737461120883887382977680160521673260
decimals() view returns (uint8)
18
features() view returns (uint256)
103
maxTotalSupply() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Syndicate Token
symbol() view returns (string)
SYNR
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
getVotingPower(address _of) view returns (uint256)
getVotingPowerAt(address _of, uint256 _blockNum) view returns (uint256)
getVotingPowerHistory(address _of) view returns (struct SyndicateERC20VotingPowerRecord[])
getVotingPowerHistoryLength(address _of) view returns (uint256)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
nonces(address) view returns (uint256)
tokenBalances(address) view returns (uint256)
transferAllowances(address, address) view returns (uint256)
userRoles(address) view returns (uint256)
votingDelegates(address) view returns (address)
votingPowerHistory(address, uint256) view returns (uint64 blockNumber, uint192 votingPower)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _from, uint256 _value)
decreaseAllowance(address _spender, uint256 _value) returns (bool)
delegate(address _to)
delegateWithSig(address _to, uint256 _nonce, uint256 _exp, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address _spender, uint256 _value) returns (bool)
mint(address _to, uint256 _value)
safeTransferFrom(address _from, address _to, uint256 _value, bytes _data)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unsafeTransferFrom(address _from, address _to, uint256 _value)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
updateSymbol(string _symbol)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Approved(address indexed _owner, address indexed _spender, uint256 _oldValue, uint256 _value)
Burnt(address indexed _by, address indexed _from, uint256 _value)
DelegateChanged(address indexed _of, address indexed _from, address indexed _to)
Minted(address indexed _by, address indexed _to, uint256 _value)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
SymbolUpdated(string _symbol)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transferred(address indexed _by, address indexed _from, address indexed _to, uint256 _value)
VotingPowerChanged(address indexed _of, uint256 _fromVal, uint256 _toVal)
constructor(address _initialHolder, uint256 _maxTotalSupply, address _superAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.