Saint Way Token
Verified contract
Active on
Ethereum with 3,592 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 "Saint Way Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16345316 | 2 years ago | | | 0 | 0.00044599800 | |
| 16082451 | 2 years ago | | | 0 | 0.00069909041 | |
| 16037750 | 2 years ago | | | 0 | 0.00094731000 | |
| 15178353 | 2 years ago | | | 0 | 0.0011854836 | |
| 14614204 | 3 years ago | | | 0 | 0.0013646124 | |
| 14562853 | 3 years ago | | | 0 | 0.0012508643 | |
| 14562839 | 3 years ago | | | 0 | 0.0015659107 | |
| 14549321 | 3 years ago | | | 0 | 0.0028359019 | |
| 14549294 | 3 years ago | | | 0 | 0.0024612246 | |
| 14544328 | 3 years ago | | | 0 | 0.0021929474 |
ABI
ABI objects
Getter at block 21293550
addressETHDailyMarket() view returns (address)
0xdcb1a2cefb6cf560ebeb90b5c0a11a075ec86009
addressETHDepositDevelop() view returns (address)
0xdec80ea82965234376739e4ae4b3afa9d843d647
addressETHDepositMarket() view returns (address)
0x2a53ce6b62c9acfb9676dcf4b40aaf4e729fae0e
addressETHWeeklyComprh() view returns (address)
0x4c35a7986c19111b1bcd2d438d07a606f72586e4
addressETHWeeklyRecomm() view returns (address)
0x872677c61e8767a9e2c36be592519b7bb11f488c
addressOwner() view returns (address)
0x374443121afdbf845cde6462050ceb6fba1522bf
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getPrice() view returns (uint256)
1
name() view returns (string)
Saint Way Token
noTokenLocked() view returns (bool)
false
note() view returns (string)
A project to form a development alliance for the establishment of a block chain ecosystem to be used as the key currency of Egypt under the Fourth Industrial Promotion Plan led by the Korea Culture and Tourism Association
owner() view returns (address)
0x374443121afdbf845cde6462050ceb6fba1522bf
price() view returns (uint256)
1
symbol() view returns (string)
SNT
totalSupply() view returns (uint256)
19961417999999999999985950
transferEnabled() view returns (bool)
true
Read-only
LockTransferAddress(address _sender) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
canTransferIfLocked(address _sender, uint256 _value) view returns (bool)
getMinLockedAmount(address _addr) view returns (uint256 locked)
lockVolumeAddress(address _sender) view returns (uint256 locked)
State-modifying
Events addTokenLock(address _addr, uint256 _value)
addTokenLockDate(address _addr, uint256 _value, uint256 _release_time)
addressLockTransfer(address _addr, bool _enable)
addressburn(address _of, uint256 _value)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableTransfer(bool _enable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(uint256 _value)
setAdmin(address newAdmin)
setPrice(uint256 _newPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlockAllTokens()
AddTokenLock(address indexed to, uint256 amount)
AddTokenLockDate(address indexed to, uint256 time, uint256 amount)
AddressBurn(address burner, uint256 amount)
AddressLockTransfer(address indexed to, bool _enable)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
Mint(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.