Smart Layer Network Token
Verified contract
Active on
Ethereum with 61,911 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 |
---|---|---|---|---|---|
SLN | ERC-20 | 2.46022K | $0.218286 |
$537.03 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244397 | 5 hours ago | | | 0 | 0.00057733705 | |
| 21244138 | 6 hours ago | | | 0 | 0.00083652732 | |
| 21243987 | 7 hours ago | | | 0 | 0.00059956074 | |
| 21243311 | 9 hours ago | | | 0 | 0.00044754480 | |
| 21243014 | 10 hours ago | | | 0 | 0.00080617343 | |
| 21242433 | 12 hours ago | | | 0 | 0.00045545912 | |
| 21241997 | 13 hours ago | | | 0 | 0.00046760719 | |
| 21241581 | 15 hours ago | | | 0 | 0.00044237471 | |
| 21240727 | 18 hours ago | | | 0 | 0.00059603039 | |
| 21240678 | 18 hours ago | | | 0 | 0.00048724042 |
ABI
ABI objects
Getter at block 21246022
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() pure returns (string)
https://resources.smarttokenlabs.com/contract/SLN.json
decimals() view returns (uint8)
18
max_supply_allowed() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Smart Layer Network Token
owner() view returns (address)
0xfb6674968c95a5f3a65373ca4ea65c76bc90d83d
scriptURI() view returns (string[])
[]
symbol() view returns (string)
SLN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isMinter(address _account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMaxAllowed(uint256 max)
setScriptURI(string[] newScriptURI)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxSupplyAllowedChanged(uint256 maxSupply)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
ScriptUpdate(string[] arg0)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
MaxSupplyReached()
OneAdminRequired()