Sportium Token [via ChainPort.io]
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Sportium Token [via ChainPort.io]"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16676199 | 2 years ago | | | 0 | 0.0018127591 | |
| 16501436 | 2 years ago | | | 0 | 0.0018127591 |
ABI
ABI objects
Getter at block 21205104
chainportBridge() view returns (address)
0xd02c8a355599fee7e4f1d1d71f7a01c0108e353c
chainportCongress() view returns (address)
0xb6b4c7ac240b1f176c5589d064733066a83884a1
decimals() view returns (uint8)
18
name() view returns (string)
Sportium Token [via ChainPort.io]
paused() view returns (bool)
false
symbol() view returns (string)
SPRT
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlocked(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
blockAddress(address addressToBlock)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address maliciousAddress, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string tokenName_, string tokenSymbol_, uint8 decimals_, address chainportCongress_)
mint(address _to, uint256 _amount)
pause()
setChainportCongress(address _chainportCongress)
setSideBridgeContract(address _chainportBridge)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unblockAddress(address addressToUnblock)
unpause()
withdrawTokenIfStuck(address token, address beneficiary)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddressBlocked(address indexed addr)
AddressUnblocked(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
BlackFundsDestroyed(address indexed token, uint256 amount)
ChainportBridgeChanged(address indexed addr)
ChainportCongressChanged(address indexed addr)
Mint(address indexed to, uint256 amount)
Paused(address account)
StuckTokenWithdrawn(address indexed token, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.