BitSpawn Token
Verified contract
Active on
Ethereum with 8,454 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,997.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.98119K | $1.00 |
$1,981.19 | |
SPWN | ERC-20 | 581.748K | $0.000028 |
$16.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242926 | 3 days ago | | | 0 | 0.00064099499 | |
| 21232499 | 4 days ago | | | 0 | 0.00037921054 | |
| 21232498 | 4 days ago | | | 0 | 0.00032248908 | |
| 21232498 | 4 days ago | | | 0 | 0.00032248908 | |
| 21232492 | 4 days ago | | | 0 | 0.00035125285 | |
| 21232492 | 4 days ago | | | 0 | 0.00055819638 | |
| 21210116 | 7 days ago | | | 0 | 0.00073694130 | |
| 21203660 | 8 days ago | | | 0 | 0.00065562995 | |
| 21150708 | 15 days ago | | | 0 | 0.0011450040 | |
| 21028114 | a month ago | | | 0 | 0.00025458218 |
ABI
ABI objects
Getter at block 21261552 getPendingOwner() view returns (address)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINT_BURN_ROLE() view returns (bytes32)
0xa60cb0df7bc178038b993aa2e0df2e2cfb6627f4695e4261227d47422ae7e2a6
decimals() view returns (uint8)
18
name() view returns (string)
BitSpawn Token
owner() view returns (address)
0x957a0eddaafdaad551880dac2bc38b2df52db293
paused() view returns (bool)
false
stopped() view returns (bool)
false
symbol() view returns (string)
SPWN
totalSupply() view returns (uint256)
955549971332142258789652967
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlackListed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
addBlackList(address _evilUser)
approve(address guy, uint256 wad) returns (bool)
burn(uint256 wad)
burnFrom(address allowanceOwner, uint256 wad)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address _blackListedUser)
grantMintBurnRole(address account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address guy, uint256 wad)
redeem(uint256 amount)
removeBlackList(address _clearedUser)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeMintBurnRole(address account)
revokeRole(bytes32 role, address account)
setAuthority(address authorityAddress)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
transferOwnership(address newOwner)
AcceptOwnerShip(address indexed _oldOwner, address indexed _newOwner)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed guy, uint256 wad)
BurnFrom(address indexed allowanceOwner, address spender, uint256 wad)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Mint(address indexed guy, uint256 wad)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemovedBlackList(address _user)
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)
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnerShip(address indexed _newOwner)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.