sword.money
Verified contract
Active on
Ethereum with 94 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 "sword.money"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20383313 | 4 months ago | | | 0 | 0.00011961862 | |
| 20383313 | 4 months ago | | | 0 | 0.00017211315 | |
| 20383296 | 4 months ago | | | 0 | 0.00014209765 | |
| 20383182 | 4 months ago | | | 0 | 0.00015709804 | |
| 20383178 | 4 months ago | | | 0 | 0.00017071631 | |
| 20383137 | 4 months ago | | | 0 | 0.00023233915 | |
| 20383132 | 4 months ago | | | 0 | 0.00019883229 | |
| 20383125 | 4 months ago | | | 0 | 0.00021676804 | |
| 20383125 | 4 months ago | | | 0 | 0.00035858310 | |
| 20383119 | 4 months ago | | | 0 | 0.00010331680 |
ABI
ABI objects
Getter at block 21286181
decimals() view returns (uint8)
18
name() view returns (string)
sword.money
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SWORD
totalSupply() view returns (uint256)
19744472922574156503578598
tradingOpen() view returns (bool)
true
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)