SRC20Registry
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3505…ca39
Balances ($2,055.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWM | ERC-20 | 271.641768K | $0.007569 |
$2,055.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13526855 | 3 years ago | | | 0 | 0.015471465 | |
| 13526830 | 3 years ago | | | 0 | 0.017302500 | |
| 13526802 | 3 years ago | | | 0 | 0.014494159 | |
| 12294169 | 4 years ago | | | 0 | 0.016438122 | |
| 12291922 | 4 years ago | | | 0 | 0.0080516430 | |
| 12291889 | 4 years ago | | | 0 | 0.0080503590 | |
| 12291870 | 4 years ago | | | 0 | 0.0095099200 | |
| 8877275 | 5 years ago | | | 0 | 0.00010358100 | |
| 8873441 | 5 years ago | | | 0 | 0.00013129000 | |
| 8790358 | 5 years ago | | | 0 | 0.00026960860 |
ABI
ABI objects
Getter at block 21390782
isOwner() view returns (bool)
false
owner() view returns (address)
0xc39bf343cfc1083497549d7f10468769becc79e4
Read-only
calcTokens(address src20, uint256 swmValue) view returns (uint256)
contains(address token) view returns (bool)
getMinter(address src20) view returns (address)
getStake(address src20) view returns (uint256)
getTokenOwner(address src20) view returns (address)
swmNeeded(address src20, uint256 srcValue) view returns (uint256)
State-modifying
Events addFactory(address account) returns (bool)
addMinter(address minter) returns (bool)
decreaseSupply(address src20, address swmAccount, uint256 srcValue) returns (bool)
getSrc20toSwmRatio(address src20) returns (uint256)
increaseSupply(address src20, address swmAccount, uint256 srcValue) returns (bool)
mintSupply(address src20, address swmAccount, uint256 swmValue, uint256 src20Value) returns (bool)
put(address token, address roles, address tokenOwner, address minter) returns (bool)
remove(address token) returns (bool)
removeFactory(address account) returns (bool)
removeMinter(address minter) returns (bool)
renounceManagement(address src20) returns (bool)
renounceOwnership()
transferManagement(address src20, address newManager) returns (bool)
transferOwnership(address newOwner)
FactoryAdded(address account)
FactoryRemoved(address account)
MinterAdded(address minter)
MinterRemoved(address minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SRC20Registered(address token, address tokenOwner)
SRC20Removed(address token)
SRC20StakeDecreased(address src20, address swmAccount, uint256 swmValue)
SRC20StakeIncreased(address src20, address swmAccount, uint256 swmValue)
SRC20SupplyDecreased(address src20, address swmAccount, uint256 srcValue)
SRC20SupplyIncreased(address src20, address swmAccount, uint256 srcValue)
SRC20SupplyMinted(address src20, address swmAccount, uint256 swmValue, uint256 src20Value)
constructor(address swmERC20)
This contract contains no fallback and receive objects.
This contract contains no error objects.